Shades of Light Slate Blue #8E87FE
Tints of Light Slate Blue #8E87FE
RGB
CMYK
RGB Variations
Color information
#8E87FE (or 0x8E87FE) is known color: Light Slate Blue. HEX triplet: 8E, 87 and FE. RGB value is (142,135,254). Sum of RGB (Red+Green+Blue) = 142+135+254=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E87FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E87FE is #717801. Grayscale: #969696. Windows color (decimal): -7436290 or 16680846. OLE color: 16680846.
HSL color Cylindrical-coordinate representation of color #8E87FE: hue angle of 243.53º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E87FE is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 135 | 254 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.00 |
| HSL | 243.53º | 0.98% | 0.76% | - |
| HSV(B) | 243.53º | 0.47% | 1% | - |
| XYZ | 37.71 | 30.23 | 97.61 | - |
| YUV | 150.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 254 | 0.44 | 0.47 | 0 | 0.00 | 243.53 | 0.98 | 0.76 |
| Hex | 8E | 87 | FE | 2C | 2F | 0 | 0 | F4 | 62 | 4C |
| Octal | 216 | 207 | 376 | 54 | 57 | 0 | 0 | 364 | 142 | 114 |
| Binary | 10001110 | 10000111 | 11111110 | 101100 | 101111 | 0 | 0 | 11110100 | 1100010 | 1001100 |
Color Harmonies of #8E87FE
Complementary color
Monochromatic Colors of #8E87FE
Black with #8E87FE
Text Example
Text Example
White with #8E87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E87FE; }
p { color: rgb(142,135,254); }
H1.HeaderClassName
{
color: #8E87FE;
}
.AnyTagClassName
{
color: #8E87FE;
}
</style>
background-color css
<style>
a { background-color: #8E87FE; }
a { background-color: rgb(142,135,254); }
div.DivClassName
{
background-color: #8E87FE;
}
.BgClassName
{
background-color: #8E87FE;
}
</style>
border-color css
<style>
span { border-color: #8E87FE; }
span { border-color: rgb(142,135,254); }
td.TdClassName
{
border-color: #8E87FE;
}
.TagClassName
{
border-color: #8E87FE;
}
</style>