Shades of Light Slate Blue #8870FF
Tints of Light Slate Blue #8870FF
RGB
CMYK
RGB Variations
Color information
#8870FF (or 0x8870FF) is known color: Light Slate Blue. HEX triplet: 88, 70 and FF. RGB value is (136,112,255). Sum of RGB (Red+Green+Blue) = 136+112+255=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #8870FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8870FF is #778F00. Grayscale: #868686. Windows color (decimal): -7835393 or 16740488. OLE color: 16740488.
HSL color Cylindrical-coordinate representation of color #8870FF: hue angle of 250.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8870FF is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 112 | 255 | - |
| CMYK | 0.47 | 0.56 | 0 | 0 |
| HSL | 250.07º | 1% | 0.72% | - |
| HSV(B) | 250.07º | 0.56% | 1% | - |
| XYZ | 34 | 24.04 | 97.46 | - |
| YUV | 135.48 | 195.45 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 255 | 0.47 | 0.56 | 0 | 0 | 250.07 | 1 | 0.72 |
| Hex | 88 | 70 | FF | 2F | 38 | 0 | 0 | FA | 64 | 48 |
| Octal | 210 | 160 | 377 | 57 | 70 | 0 | 0 | 372 | 144 | 110 |
| Binary | 10001000 | 1110000 | 11111111 | 101111 | 111000 | 0 | 0 | 11111010 | 1100100 | 1001000 |
Color Harmonies of #8870FF
Complementary color
Monochromatic Colors of #8870FF
Black with #8870FF
Text Example
Text Example
White with #8870FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8870FF; }
p { color: rgb(136,112,255); }
H1.HeaderClassName
{
color: #8870FF;
}
.AnyTagClassName
{
color: #8870FF;
}
</style>
background-color css
<style>
a { background-color: #8870FF; }
a { background-color: rgb(136,112,255); }
div.DivClassName
{
background-color: #8870FF;
}
.BgClassName
{
background-color: #8870FF;
}
</style>
border-color css
<style>
span { border-color: #8870FF; }
span { border-color: rgb(136,112,255); }
td.TdClassName
{
border-color: #8870FF;
}
.TagClassName
{
border-color: #8870FF;
}
</style>