Shades of Light Slate Blue #8E87EF
Tints of Light Slate Blue #8E87EF
RGB
CMYK
RGB Variations
Color information
#8E87EF (or 0x8E87EF) is known color: Light Slate Blue. HEX triplet: 8E, 87 and EF. RGB value is (142,135,239). Sum of RGB (Red+Green+Blue) = 142+135+239=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E87EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E87EF is #717810. Grayscale: #949494. Windows color (decimal): -7436305 or 15697806. OLE color: 15697806.
HSL color Cylindrical-coordinate representation of color #8E87EF: hue angle of 244.04º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E87EF is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 135 | 239 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.06 |
| HSL | 244.04º | 0.76% | 0.73% | - |
| HSV(B) | 244.04º | 0.44% | 0.94% | - |
| XYZ | 35.4 | 29.31 | 85.45 | - |
| YUV | 148.95 | 178.82 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 239 | 0.41 | 0.44 | 0 | 0.06 | 244.04 | 0.76 | 0.73 |
| Hex | 8E | 87 | EF | 29 | 2C | 0 | 6 | F4 | 4C | 49 |
| Octal | 216 | 207 | 357 | 51 | 54 | 0 | 6 | 364 | 114 | 111 |
| Binary | 10001110 | 10000111 | 11101111 | 101001 | 101100 | 0 | 110 | 11110100 | 1001100 | 1001001 |
Color Harmonies of #8E87EF
Complementary color
Monochromatic Colors of #8E87EF
Black with #8E87EF
Text Example
Text Example
White with #8E87EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E87EF; }
p { color: rgb(142,135,239); }
H1.HeaderClassName
{
color: #8E87EF;
}
.AnyTagClassName
{
color: #8E87EF;
}
</style>
background-color css
<style>
a { background-color: #8E87EF; }
a { background-color: rgb(142,135,239); }
div.DivClassName
{
background-color: #8E87EF;
}
.BgClassName
{
background-color: #8E87EF;
}
</style>
border-color css
<style>
span { border-color: #8E87EF; }
span { border-color: rgb(142,135,239); }
td.TdClassName
{
border-color: #8E87EF;
}
.TagClassName
{
border-color: #8E87EF;
}
</style>