Shades of Light Slate Blue #8870F9
Tints of Light Slate Blue #8870F9
RGB
CMYK
RGB Variations
Color information
#8870F9 (or 0x8870F9) is known color: Light Slate Blue. HEX triplet: 88, 70 and F9. RGB value is (136,112,249). Sum of RGB (Red+Green+Blue) = 136+112+249=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #8870F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8870F9 is #778F06. Grayscale: #868686. Windows color (decimal): -7835399 or 16347272. OLE color: 16347272.
HSL color Cylindrical-coordinate representation of color #8870F9: hue angle of 250.51º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8870F9 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 112 | 249 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.02 |
| HSL | 250.51º | 0.92% | 0.71% | - |
| HSV(B) | 250.51º | 0.55% | 0.98% | - |
| XYZ | 33.05 | 23.66 | 92.45 | - |
| YUV | 134.79 | 192.45 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 249 | 0.45 | 0.55 | 0 | 0.02 | 250.51 | 0.92 | 0.71 |
| Hex | 88 | 70 | F9 | 2D | 37 | 0 | 2 | FB | 5C | 47 |
| Octal | 210 | 160 | 371 | 55 | 67 | 0 | 2 | 373 | 134 | 107 |
| Binary | 10001000 | 1110000 | 11111001 | 101101 | 110111 | 0 | 10 | 11111011 | 1011100 | 1000111 |
Color Harmonies of #8870F9
Complementary color
Monochromatic Colors of #8870F9
Black with #8870F9
Text Example
Text Example
White with #8870F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8870F9; }
p { color: rgb(136,112,249); }
H1.HeaderClassName
{
color: #8870F9;
}
.AnyTagClassName
{
color: #8870F9;
}
</style>
background-color css
<style>
a { background-color: #8870F9; }
a { background-color: rgb(136,112,249); }
div.DivClassName
{
background-color: #8870F9;
}
.BgClassName
{
background-color: #8870F9;
}
</style>
border-color css
<style>
span { border-color: #8870F9; }
span { border-color: rgb(136,112,249); }
td.TdClassName
{
border-color: #8870F9;
}
.TagClassName
{
border-color: #8870F9;
}
</style>