Shades of Light Slate Blue #8E6CFE
Tints of Light Slate Blue #8E6CFE
RGB
CMYK
RGB Variations
Color information
#8E6CFE (or 0x8E6CFE) is known color: Light Slate Blue. HEX triplet: 8E, 6C and FE. RGB value is (142,108,254). Sum of RGB (Red+Green+Blue) = 142+108+254=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E6CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6CFE is #719301. Grayscale: #868686. Windows color (decimal): -7443202 or 16673934. OLE color: 16673934.
HSL color Cylindrical-coordinate representation of color #8E6CFE: hue angle of 253.97º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E6CFE is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 108 | 254 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.00 |
| HSL | 253.97º | 0.99% | 0.71% | - |
| HSV(B) | 253.97º | 0.57% | 1% | - |
| XYZ | 34.41 | 23.63 | 96.51 | - |
| YUV | 134.81 | 195.26 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 254 | 0.44 | 0.57 | 0 | 0.00 | 253.97 | 0.99 | 0.71 |
| Hex | 8E | 6C | FE | 2C | 39 | 0 | 0 | FE | 63 | 47 |
| Octal | 216 | 154 | 376 | 54 | 71 | 0 | 0 | 376 | 143 | 107 |
| Binary | 10001110 | 1101100 | 11111110 | 101100 | 111001 | 0 | 0 | 11111110 | 1100011 | 1000111 |
Color Harmonies of #8E6CFE
Complementary color
Monochromatic Colors of #8E6CFE
Black with #8E6CFE
Text Example
Text Example
White with #8E6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6CFE; }
p { color: rgb(142,108,254); }
H1.HeaderClassName
{
color: #8E6CFE;
}
.AnyTagClassName
{
color: #8E6CFE;
}
</style>
background-color css
<style>
a { background-color: #8E6CFE; }
a { background-color: rgb(142,108,254); }
div.DivClassName
{
background-color: #8E6CFE;
}
.BgClassName
{
background-color: #8E6CFE;
}
</style>
border-color css
<style>
span { border-color: #8E6CFE; }
span { border-color: rgb(142,108,254); }
td.TdClassName
{
border-color: #8E6CFE;
}
.TagClassName
{
border-color: #8E6CFE;
}
</style>