Shades of Light Slate Blue #8E6DFB
Tints of Light Slate Blue #8E6DFB
RGB
CMYK
RGB Variations
Color information
#8E6DFB (or 0x8E6DFB) is known color: Light Slate Blue. HEX triplet: 8E, 6D and FB. RGB value is (142,109,251). Sum of RGB (Red+Green+Blue) = 142+109+251=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E6DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6DFB is #719204. Grayscale: #868686. Windows color (decimal): -7442949 or 16477582. OLE color: 16477582.
HSL color Cylindrical-coordinate representation of color #8E6DFB: hue angle of 253.94º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E6DFB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 109 | 251 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.02 |
| HSL | 253.94º | 0.95% | 0.71% | - |
| HSV(B) | 253.94º | 0.57% | 0.98% | - |
| XYZ | 34.04 | 23.65 | 94.04 | - |
| YUV | 135.06 | 193.43 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 251 | 0.43 | 0.57 | 0 | 0.02 | 253.94 | 0.95 | 0.71 |
| Hex | 8E | 6D | FB | 2B | 39 | 0 | 2 | FE | 5F | 47 |
| Octal | 216 | 155 | 373 | 53 | 71 | 0 | 2 | 376 | 137 | 107 |
| Binary | 10001110 | 1101101 | 11111011 | 101011 | 111001 | 0 | 10 | 11111110 | 1011111 | 1000111 |
Color Harmonies of #8E6DFB
Complementary color
Monochromatic Colors of #8E6DFB
Black with #8E6DFB
Text Example
Text Example
White with #8E6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6DFB; }
p { color: rgb(142,109,251); }
H1.HeaderClassName
{
color: #8E6DFB;
}
.AnyTagClassName
{
color: #8E6DFB;
}
</style>
background-color css
<style>
a { background-color: #8E6DFB; }
a { background-color: rgb(142,109,251); }
div.DivClassName
{
background-color: #8E6DFB;
}
.BgClassName
{
background-color: #8E6DFB;
}
</style>
border-color css
<style>
span { border-color: #8E6DFB; }
span { border-color: rgb(142,109,251); }
td.TdClassName
{
border-color: #8E6DFB;
}
.TagClassName
{
border-color: #8E6DFB;
}
</style>