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(138,167,255)
hsl(225,100%,77%)
cmyk(46,35,0,0)rgb(157,138,255)
hsl(250,100%,77%)
cmyk(38,46,0,0)rgb(206,138,255)
hsl(275,100%,77%)
cmyk(19,46,0,0)rgb(255,138,255)
hsl(300,100%,77%)
cmyk(0,46,0,0)rgb(255,138,206)
hsl(325,100%,77%)
cmyk(0,46,19,0)rgb(255,138,157)
hsl(350,100%,77%)
cmyk(0,46,38,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(226,167,226)
hsl(300,50%,77%)
cmyk(0,26,0,12)rgb(232,161,232)
hsl(300,60%,77%)
cmyk(0,30,0,9)rgb(237,155,237)
hsl(300,70%,77%)
cmyk(0,35,0,7)rgb(243,149,243)
hsl(300,80%,77%)
cmyk(0,39,0,5)rgb(249,144,249)
hsl(300,90%,77%)
cmyk(0,42,0,2)rgb(255,138,255)
hsl(300,100%,77%)
cmyk(0,46,0,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(240,0,240)
hsl(300,100%,47%)
cmyk(0,100,0,6)rgb(255,36,255)
hsl(300,100%,57%)
cmyk(0,86,0,0)rgb(255,87,255)
hsl(300,100%,67%)
cmyk(0,66,0,0)rgb(255,138,255)
hsl(300,100%,77%)
cmyk(0,46,0,0)rgb(255,189,255)
hsl(300,100%,87%)
cmyk(0,26,0,0)rgb(255,240,255)
hsl(300,100%,97%)
cmyk(0,6,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(105,140,255)
hsl(226,100%,71%)
cmyk(59,45,0,0)rgb(135,140,255)
hsl(238,100%,76%)
cmyk(47,45,0,0)rgb(165,140,255)
hsl(253,100%,77%)
cmyk(35,45,0,0)rgb(195,140,255)
hsl(269,100%,77%)
cmyk(24,45,0,0)rgb(225,140,255)
hsl(284,100%,77%)
cmyk(12,45,0,0)rgb(255,140,255)
hsl(300,100%,77%)
cmyk(0,45,0,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(255,50,255)
hsl(300,100%,60%)
cmyk(0,80,0,0)rgb(255,80,255)
hsl(300,100%,66%)
cmyk(0,69,0,0)rgb(255,110,255)
hsl(300,100%,72%)
cmyk(0,57,0,0)rgb(255,140,255)
hsl(300,100%,77%)
cmyk(0,45,0,0)rgb(255,170,255)
hsl(300,100%,83%)
cmyk(0,33,0,0)rgb(255,200,255)
hsl(300,100%,89%)
cmyk(0,22,0,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(255,140,105)
hsl(14,100%,71%)
cmyk(0,45,59,0)rgb(255,140,135)
hsl(3,100%,76%)
cmyk(0,45,47,0)rgb(255,140,165)
hsl(347,100%,77%)
cmyk(0,45,35,0)rgb(255,140,195)
hsl(331,100%,77%)
cmyk(0,45,24,0)rgb(255,140,225)
hsl(316,100%,77%)
cmyk(0,45,12,0)rgb(255,140,255)
hsl(300,100%,77%)
cmyk(0,45,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(255,140,255)
hsl(300,100%,78%)
cmyk(0,45,0,0)rgb(230,140,255)
hsl(287,100%,78%)
cmyk(10,45,0,0)rgb(204,140,255)
hsl(273,100%,78%)
cmyk(20,45,0,0)rgb(179,140,255)
hsl(260,100%,78%)
cmyk(30,45,0,0)rgb(153,140,255)
hsl(247,100%,78%)
cmyk(40,45,0,0)rgb(128,140,255)
hsl(234,100%,75%)
cmyk(50,45,0,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(255,217,255)
hsl(300,100%,93%)
cmyk(0,15,0,0)rgb(255,191,255)
hsl(300,100%,88%)
cmyk(0,25,0,0)rgb(255,166,255)
hsl(300,100%,83%)
cmyk(0,35,0,0)rgb(255,140,255)
hsl(300,100%,78%)
cmyk(0,45,0,0)rgb(255,115,255)
hsl(300,100%,73%)
cmyk(0,55,0,0)rgb(255,89,255)
hsl(300,100%,68%)
cmyk(0,65,0,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(255,140,255)
hsl(300,100%,78%)
cmyk(0,45,0,0)rgb(255,140,230)
hsl(313,100%,78%)
cmyk(0,45,10,0)rgb(255,140,204)
hsl(327,100%,78%)
cmyk(0,45,20,0)rgb(255,140,179)
hsl(340,100%,78%)
cmyk(0,45,30,0)rgb(255,140,153)
hsl(353,100%,78%)
cmyk(0,45,40,0)rgb(255,140,128)
hsl(6,100%,75%)
cmyk(0,45,50,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(255,140,255)
hsl(300,100%,78%)
cmyk(0,45,0,0)rgb(230,126,230)
hsl(300,67%,70%)
cmyk(0,45,0,10)rgb(204,112,204)
hsl(300,47%,62%)
cmyk(0,45,0,20)rgb(179,98,179)
hsl(300,34%,54%)
cmyk(0,45,0,30)rgb(153,84,153)
hsl(300,29%,47%)
cmyk(0,45,0,40)rgb(128,70,128)
hsl(300,29%,39%)
cmyk(0,45,0,50)