Shades of Light Slate Blue #8E8EFE
Tints of Light Slate Blue #8E8EFE
RGB
CMYK
RGB Variations
Color information
#8E8EFE (or 0x8E8EFE) is known color: Light Slate Blue. HEX triplet: 8E, 8E and FE. RGB value is (142,142,254). Sum of RGB (Red+Green+Blue) = 142+142+254=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E8EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8EFE is #717101. Grayscale: #9A9A9A. Windows color (decimal): -7434498 or 16682638. OLE color: 16682638.
HSL color Cylindrical-coordinate representation of color #8E8EFE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E8EFE is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 142 | 254 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.00 |
| HSL | 240º | 0.98% | 0.78% | - |
| HSV(B) | 240º | 0.44% | 1% | - |
| XYZ | 38.72 | 32.25 | 97.95 | - |
| YUV | 154.77 | 184 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 142 | 254 | 0.44 | 0.44 | 0 | 0.00 | 240 | 0.98 | 0.78 |
| Hex | 8E | 8E | FE | 2C | 2C | 0 | 0 | F0 | 62 | 4E |
| Octal | 216 | 216 | 376 | 54 | 54 | 0 | 0 | 360 | 142 | 116 |
| Binary | 10001110 | 10001110 | 11111110 | 101100 | 101100 | 0 | 0 | 11110000 | 1100010 | 1001110 |
Color Harmonies of #8E8EFE
Complementary color
Monochromatic Colors of #8E8EFE
Black with #8E8EFE
Text Example
Text Example
White with #8E8EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8EFE; }
p { color: rgb(142,142,254); }
H1.HeaderClassName
{
color: #8E8EFE;
}
.AnyTagClassName
{
color: #8E8EFE;
}
</style>
background-color css
<style>
a { background-color: #8E8EFE; }
a { background-color: rgb(142,142,254); }
div.DivClassName
{
background-color: #8E8EFE;
}
.BgClassName
{
background-color: #8E8EFE;
}
</style>
border-color css
<style>
span { border-color: #8E8EFE; }
span { border-color: rgb(142,142,254); }
td.TdClassName
{
border-color: #8E8EFE;
}
.TagClassName
{
border-color: #8E8EFE;
}
</style>