Shades of Medium Slate Blue #8870EC
Tints of Medium Slate Blue #8870EC
RGB
CMYK
RGB Variations
Color information
#8870EC (or 0x8870EC) is known color: Medium Slate Blue. HEX triplet: 88, 70 and EC. RGB value is (136,112,236). Sum of RGB (Red+Green+Blue) = 136+112+236=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #8870EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8870EC is #778F13. Grayscale: #848484. Windows color (decimal): -7835412 or 15495304. OLE color: 15495304.
HSL color Cylindrical-coordinate representation of color #8870EC: hue angle of 251.61º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8870EC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 112 | 236 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.07 |
| HSL | 251.61º | 0.77% | 0.68% | - |
| HSV(B) | 251.61º | 0.53% | 0.93% | - |
| XYZ | 31.09 | 22.88 | 82.13 | - |
| YUV | 133.31 | 185.95 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 236 | 0.42 | 0.53 | 0 | 0.07 | 251.61 | 0.77 | 0.68 |
| Hex | 88 | 70 | EC | 2A | 35 | 0 | 7 | FC | 4D | 44 |
| Octal | 210 | 160 | 354 | 52 | 65 | 0 | 7 | 374 | 115 | 104 |
| Binary | 10001000 | 1110000 | 11101100 | 101010 | 110101 | 0 | 111 | 11111100 | 1001101 | 1000100 |
Color Harmonies of #8870EC
Complementary color
Monochromatic Colors of #8870EC
Black with #8870EC
Text Example
Text Example
White with #8870EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8870EC; }
p { color: rgb(136,112,236); }
H1.HeaderClassName
{
color: #8870EC;
}
.AnyTagClassName
{
color: #8870EC;
}
</style>
background-color css
<style>
a { background-color: #8870EC; }
a { background-color: rgb(136,112,236); }
div.DivClassName
{
background-color: #8870EC;
}
.BgClassName
{
background-color: #8870EC;
}
</style>
border-color css
<style>
span { border-color: #8870EC; }
span { border-color: rgb(136,112,236); }
td.TdClassName
{
border-color: #8870EC;
}
.TagClassName
{
border-color: #8870EC;
}
</style>