Shades of Medium Slate Blue #8872EC
Tints of Medium Slate Blue #8872EC
RGB
CMYK
RGB Variations
Color information
#8872EC (or 0x8872EC) is known color: Medium Slate Blue. HEX triplet: 88, 72 and EC. RGB value is (136,114,236). Sum of RGB (Red+Green+Blue) = 136+114+236=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #8872EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8872EC is #778D13. Grayscale: #868686. Windows color (decimal): -7834900 or 15495816. OLE color: 15495816.
HSL color Cylindrical-coordinate representation of color #8872EC: hue angle of 250.82º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8872EC is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 114 | 236 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.07 |
| HSL | 250.82º | 0.76% | 0.69% | - |
| HSV(B) | 250.82º | 0.52% | 0.93% | - |
| XYZ | 31.31 | 23.33 | 82.21 | - |
| YUV | 134.49 | 185.29 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 236 | 0.42 | 0.52 | 0 | 0.07 | 250.82 | 0.76 | 0.69 |
| Hex | 88 | 72 | EC | 2A | 34 | 0 | 7 | FB | 4C | 45 |
| Octal | 210 | 162 | 354 | 52 | 64 | 0 | 7 | 373 | 114 | 105 |
| Binary | 10001000 | 1110010 | 11101100 | 101010 | 110100 | 0 | 111 | 11111011 | 1001100 | 1000101 |
Color Harmonies of #8872EC
Complementary color
Monochromatic Colors of #8872EC
Black with #8872EC
Text Example
Text Example
White with #8872EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8872EC; }
p { color: rgb(136,114,236); }
H1.HeaderClassName
{
color: #8872EC;
}
.AnyTagClassName
{
color: #8872EC;
}
</style>
background-color css
<style>
a { background-color: #8872EC; }
a { background-color: rgb(136,114,236); }
div.DivClassName
{
background-color: #8872EC;
}
.BgClassName
{
background-color: #8872EC;
}
</style>
border-color css
<style>
span { border-color: #8872EC; }
span { border-color: rgb(136,114,236); }
td.TdClassName
{
border-color: #8872EC;
}
.TagClassName
{
border-color: #8872EC;
}
</style>