Shades of Light Slate Blue #8E6FFF
Tints of Light Slate Blue #8E6FFF
RGB
CMYK
RGB Variations
Color information
#8E6FFF (or 0x8E6FFF) is known color: Light Slate Blue. HEX triplet: 8E, 6F and FF. RGB value is (142,111,255). Sum of RGB (Red+Green+Blue) = 142+111+255=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6FFF is #719000. Grayscale: #888888. Windows color (decimal): -7442433 or 16740238. OLE color: 16740238.
HSL color Cylindrical-coordinate representation of color #8E6FFF: hue angle of 252.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E6FFF is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 111 | 255 | - |
| CMYK | 0.44 | 0.56 | 0 | 0 |
| HSL | 252.92º | 1% | 0.72% | - |
| HSV(B) | 252.92º | 0.56% | 1% | - |
| XYZ | 34.89 | 24.34 | 97.47 | - |
| YUV | 136.69 | 194.77 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 111 | 255 | 0.44 | 0.56 | 0 | 0 | 252.92 | 1 | 0.72 |
| Hex | 8E | 6F | FF | 2C | 38 | 0 | 0 | FD | 64 | 48 |
| Octal | 216 | 157 | 377 | 54 | 70 | 0 | 0 | 375 | 144 | 110 |
| Binary | 10001110 | 1101111 | 11111111 | 101100 | 111000 | 0 | 0 | 11111101 | 1100100 | 1001000 |
Color Harmonies of #8E6FFF
Complementary color
Monochromatic Colors of #8E6FFF
Black with #8E6FFF
Text Example
Text Example
White with #8E6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6FFF; }
p { color: rgb(142,111,255); }
H1.HeaderClassName
{
color: #8E6FFF;
}
.AnyTagClassName
{
color: #8E6FFF;
}
</style>
background-color css
<style>
a { background-color: #8E6FFF; }
a { background-color: rgb(142,111,255); }
div.DivClassName
{
background-color: #8E6FFF;
}
.BgClassName
{
background-color: #8E6FFF;
}
</style>
border-color css
<style>
span { border-color: #8E6FFF; }
span { border-color: rgb(142,111,255); }
td.TdClassName
{
border-color: #8E6FFF;
}
.TagClassName
{
border-color: #8E6FFF;
}
</style>