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(153,179,255)
hsl(225,100%,80%)
cmyk(40,30,0,0)rgb(170,153,255)
hsl(250,100%,80%)
cmyk(33,40,0,0)rgb(212,153,255)
hsl(275,100%,80%)
cmyk(17,40,0,0)rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0)rgb(255,153,213)
hsl(325,100%,80%)
cmyk(0,40,17,0)rgb(255,153,170)
hsl(350,100%,80%)
cmyk(0,40,33,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(230,179,229)
hsl(300,50%,80%)
cmyk(0,22,0,10)rgb(235,173,235)
hsl(300,60%,80%)
cmyk(0,26,0,8)rgb(240,168,240)
hsl(300,70%,80%)
cmyk(0,30,0,6)rgb(245,163,245)
hsl(300,80%,80%)
cmyk(0,33,0,4)rgb(250,158,250)
hsl(300,90%,80%)
cmyk(0,37,0,2)rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(255,0,255)
hsl(300,100%,50%)
cmyk(0,100,0,0)rgb(255,51,255)
hsl(300,100%,60%)
cmyk(0,80,0,0)rgb(255,102,255)
hsl(300,100%,70%)
cmyk(0,60,0,0)rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0)rgb(255,204,255)
hsl(300,100%,90%)
cmyk(0,20,0,0)rgb(255,255,255)
hsl(0,0%,100%)
cmyk(0,0,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(105,153,255)
hsl(221,100%,71%)
cmyk(59,40,0,0)rgb(135,153,255)
hsl(231,100%,76%)
cmyk(47,40,0,0)rgb(165,153,255)
hsl(247,100%,80%)
cmyk(35,40,0,0)rgb(195,153,255)
hsl(265,100%,80%)
cmyk(24,40,0,0)rgb(225,153,255)
hsl(282,100%,80%)
cmyk(12,40,0,0)rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(255,63,255)
hsl(300,100%,62%)
cmyk(0,75,0,0)rgb(255,93,255)
hsl(300,100%,68%)
cmyk(0,64,0,0)rgb(255,123,255)
hsl(300,100%,74%)
cmyk(0,52,0,0)rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0)rgb(255,183,255)
hsl(300,100%,86%)
cmyk(0,28,0,0)rgb(255,213,255)
hsl(300,100%,92%)
cmyk(0,16,0,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(255,153,105)
hsl(19,100%,71%)
cmyk(0,40,59,0)rgb(255,153,135)
hsl(9,100%,76%)
cmyk(0,40,47,0)rgb(255,153,165)
hsl(353,100%,80%)
cmyk(0,40,35,0)rgb(255,153,195)
hsl(335,100%,80%)
cmyk(0,40,24,0)rgb(255,153,225)
hsl(318,100%,80%)
cmyk(0,40,12,0)rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0)rgb(230,153,255)
hsl(285,100%,80%)
cmyk(10,40,0,0)rgb(204,153,255)
hsl(270,100%,80%)
cmyk(20,40,0,0)rgb(179,153,255)
hsl(255,100%,80%)
cmyk(30,40,0,0)rgb(153,153,255)
hsl(240,100%,80%)
cmyk(40,40,0,0)rgb(128,153,255)
hsl(228,100%,75%)
cmyk(50,40,0,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(255,230,255)
hsl(300,100%,95%)
cmyk(0,10,0,0)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) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0)rgb(255,153,230)
hsl(315,100%,80%)
cmyk(0,40,10,0)rgb(255,153,204)
hsl(330,100%,80%)
cmyk(0,40,20,0)rgb(255,153,179)
hsl(345,100%,80%)
cmyk(0,40,30,0)rgb(255,153,153)
hsl(0,100%,80%)
cmyk(0,40,40,0)rgb(255,153,128)
hsl(12,100%,75%)
cmyk(0,40,50,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0)rgb(230,138,230)
hsl(300,64%,72%)
cmyk(0,40,0,10)rgb(204,122,204)
hsl(300,44%,64%)
cmyk(0,40,0,20)rgb(179,107,179)
hsl(300,32%,56%)
cmyk(0,40,0,30)rgb(153,92,153)
hsl(300,25%,48%)
cmyk(0,40,0,40)rgb(128,77,128)
hsl(300,25%,40%)
cmyk(0,40,0,50)