Shades of Light Slate Blue #8870FE
Tints of Light Slate Blue #8870FE
RGB
CMYK
RGB Variations
Color information
#8870FE (or 0x8870FE) is known color: Light Slate Blue. HEX triplet: 88, 70 and FE. RGB value is (136,112,254). Sum of RGB (Red+Green+Blue) = 136+112+254=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #8870FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8870FE is #778F01. Grayscale: #868686. Windows color (decimal): -7835394 or 16674952. OLE color: 16674952.
HSL color Cylindrical-coordinate representation of color #8870FE: hue angle of 250.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8870FE is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 112 | 254 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.00 |
| HSL | 250.14º | 0.99% | 0.72% | - |
| HSV(B) | 250.14º | 0.56% | 1% | - |
| XYZ | 33.84 | 23.98 | 96.61 | - |
| YUV | 135.36 | 194.95 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 254 | 0.46 | 0.56 | 0 | 0.00 | 250.14 | 0.99 | 0.72 |
| Hex | 88 | 70 | FE | 2E | 38 | 0 | 0 | FA | 63 | 48 |
| Octal | 210 | 160 | 376 | 56 | 70 | 0 | 0 | 372 | 143 | 110 |
| Binary | 10001000 | 1110000 | 11111110 | 101110 | 111000 | 0 | 0 | 11111010 | 1100011 | 1001000 |
Color Harmonies of #8870FE
Complementary color
Monochromatic Colors of #8870FE
Black with #8870FE
Text Example
Text Example
White with #8870FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8870FE; }
p { color: rgb(136,112,254); }
H1.HeaderClassName
{
color: #8870FE;
}
.AnyTagClassName
{
color: #8870FE;
}
</style>
background-color css
<style>
a { background-color: #8870FE; }
a { background-color: rgb(136,112,254); }
div.DivClassName
{
background-color: #8870FE;
}
.BgClassName
{
background-color: #8870FE;
}
</style>
border-color css
<style>
span { border-color: #8870FE; }
span { border-color: rgb(136,112,254); }
td.TdClassName
{
border-color: #8870FE;
}
.TagClassName
{
border-color: #8870FE;
}
</style>