Shades of Medium Slate Blue #8872ED
Tints of Medium Slate Blue #8872ED
RGB
CMYK
RGB Variations
Color information
#8872ED (or 0x8872ED) is known color: Medium Slate Blue. HEX triplet: 88, 72 and ED. RGB value is (136,114,237). Sum of RGB (Red+Green+Blue) = 136+114+237=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #8872ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8872ED is #778D12. Grayscale: #868686. Windows color (decimal): -7834899 or 15561352. OLE color: 15561352.
HSL color Cylindrical-coordinate representation of color #8872ED: hue angle of 250.73º degrees, saturation: 0.77, 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 #8872ED is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 114 | 237 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.07 |
| HSL | 250.73º | 0.77% | 0.69% | - |
| HSV(B) | 250.73º | 0.52% | 0.93% | - |
| XYZ | 31.46 | 23.38 | 82.98 | - |
| YUV | 134.6 | 185.79 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 237 | 0.43 | 0.52 | 0 | 0.07 | 250.73 | 0.77 | 0.69 |
| Hex | 88 | 72 | ED | 2B | 34 | 0 | 7 | FB | 4D | 45 |
| Octal | 210 | 162 | 355 | 53 | 64 | 0 | 7 | 373 | 115 | 105 |
| Binary | 10001000 | 1110010 | 11101101 | 101011 | 110100 | 0 | 111 | 11111011 | 1001101 | 1000101 |
Color Harmonies of #8872ED
Complementary color
Monochromatic Colors of #8872ED
Black with #8872ED
Text Example
Text Example
White with #8872ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8872ED; }
p { color: rgb(136,114,237); }
H1.HeaderClassName
{
color: #8872ED;
}
.AnyTagClassName
{
color: #8872ED;
}
</style>
background-color css
<style>
a { background-color: #8872ED; }
a { background-color: rgb(136,114,237); }
div.DivClassName
{
background-color: #8872ED;
}
.BgClassName
{
background-color: #8872ED;
}
</style>
border-color css
<style>
span { border-color: #8872ED; }
span { border-color: rgb(136,114,237); }
td.TdClassName
{
border-color: #8872ED;
}
.TagClassName
{
border-color: #8872ED;
}
</style>