Color Shades in HSL model
Color Hue Range
S (Saturation) === 0, in this case we cannot get
H (Hue) range. Cause it should be the same color, due to HSL color system.
+/- 25 grad shift for H(Hue) color axis in HSL color model.
rgb(128,159,255)
hsl(225,100%,75%)
cmyk(50,38,0,0)rgb(149,128,255)
hsl(250,100%,75%)
cmyk(42,50,0,0)rgb(202,128,255)
hsl(275,100%,75%)
cmyk(21,50,0,0)rgb(255,128,255)
hsl(300,100%,75%)
cmyk(0,50,0,0)rgb(255,128,202)
hsl(325,100%,75%)
cmyk(0,50,21,0)rgb(255,128,149)
hsl(350,100%,75%)
cmyk(0,50,42,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(223,159,223)
hsl(300,50%,75%)
cmyk(0,29,0,13)rgb(230,153,230)
hsl(300,60%,75%)
cmyk(0,33,0,10)rgb(236,147,236)
hsl(300,70%,75%)
cmyk(0,38,0,7)rgb(242,140,242)
hsl(300,80%,75%)
cmyk(0,42,0,5)rgb(249,134,249)
hsl(300,90%,75%)
cmyk(0,46,0,3)rgb(255,128,255)
hsl(300,100%,75%)
cmyk(0,50,0,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(230,0,229)
hsl(300,100%,45%)
cmyk(0,100,0,10)rgb(255,26,255)
hsl(300,100%,55%)
cmyk(0,90,0,0)rgb(255,77,255)
hsl(300,100%,65%)
cmyk(0,70,0,0)rgb(255,128,255)
hsl(300,100%,75%)
cmyk(0,50,0,0)rgb(255,179,255)
hsl(300,100%,85%)
cmyk(0,30,0,0)rgb(255,229,255)
hsl(300,100%,95%)
cmyk(0,10,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(105,128,255)
hsl(231,100%,71%)
cmyk(59,50,0,0)rgb(135,128,255)
hsl(243,100%,75%)
cmyk(47,50,0,0)rgb(165,128,255)
hsl(257,100%,75%)
cmyk(35,50,0,0)rgb(195,128,255)
hsl(272,100%,75%)
cmyk(24,50,0,0)rgb(225,128,255)
hsl(286,100%,75%)
cmyk(12,50,0,0)rgb(255,128,255)
hsl(300,100%,75%)
cmyk(0,50,0,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(255,38,255)
hsl(300,100%,57%)
cmyk(0,85,0,0)rgb(255,68,255)
hsl(300,100%,63%)
cmyk(0,73,0,0)rgb(255,98,255)
hsl(300,100%,69%)
cmyk(0,62,0,0)rgb(255,128,255)
hsl(300,100%,75%)
cmyk(0,50,0,0)rgb(255,158,255)
hsl(300,100%,81%)
cmyk(0,38,0,0)rgb(255,188,255)
hsl(300,100%,87%)
cmyk(0,26,0,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(255,128,105)
hsl(9,100%,71%)
cmyk(0,50,59,0)rgb(255,128,135)
hsl(357,100%,75%)
cmyk(0,50,47,0)rgb(255,128,165)
hsl(343,100%,75%)
cmyk(0,50,35,0)rgb(255,128,195)
hsl(328,100%,75%)
cmyk(0,50,24,0)rgb(255,128,225)
hsl(314,100%,75%)
cmyk(0,50,12,0)rgb(255,128,255)
hsl(300,100%,75%)
cmyk(0,50,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(255,128,255)
hsl(300,100%,75%)
cmyk(0,50,0,0)rgb(230,128,255)
hsl(288,100%,75%)
cmyk(10,50,0,0)rgb(204,128,255)
hsl(276,100%,75%)
cmyk(20,50,0,0)rgb(179,128,255)
hsl(264,100%,75%)
cmyk(30,50,0,0)rgb(153,128,255)
hsl(252,100%,75%)
cmyk(40,50,0,0)rgb(128,128,255)
hsl(240,100%,75%)
cmyk(50,50,0,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(255,204,255)
hsl(300,100%,90%)
cmyk(0,20,0,0)rgb(255,179,255)
hsl(300,100%,85%)
cmyk(0,30,0,0)rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0)rgb(255,128,255)
hsl(300,100%,75%)
cmyk(0,50,0,0)rgb(255,102,255)
hsl(300,100%,70%)
cmyk(0,60,0,0)rgb(255,77,255)
hsl(300,100%,65%)
cmyk(0,70,0,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(255,128,255)
hsl(300,100%,75%)
cmyk(0,50,0,0)rgb(255,128,230)
hsl(312,100%,75%)
cmyk(0,50,10,0)rgb(255,128,204)
hsl(324,100%,75%)
cmyk(0,50,20,0)rgb(255,128,179)
hsl(336,100%,75%)
cmyk(0,50,30,0)rgb(255,128,153)
hsl(348,100%,75%)
cmyk(0,50,40,0)rgb(255,128,128)
hsl(0,100%,75%)
cmyk(0,50,50,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(255,128,255)
hsl(300,100%,75%)
cmyk(0,50,0,0)rgb(230,115,230)
hsl(300,69%,68%)
cmyk(0,50,0,10)rgb(204,102,204)
hsl(300,50%,60%)
cmyk(0,50,0,20)rgb(179,89,179)
hsl(300,37%,53%)
cmyk(0,50,0,30)rgb(153,77,153)
hsl(300,33%,45%)
cmyk(0,50,0,40)rgb(128,64,128)
hsl(300,33%,38%)
cmyk(0,50,0,50)