Shades of Medium Slate Blue #875EEC
Tints of Medium Slate Blue #875EEC
RGB
CMYK
RGB Variations
Color information
#875EEC (or 0x875EEC) is known color: Medium Slate Blue. HEX triplet: 87, 5E and EC. RGB value is (135,94,236). Sum of RGB (Red+Green+Blue) = 135+94+236=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #875EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875EEC is #78A113. Grayscale: #797979. Windows color (decimal): -7905556 or 15490695. OLE color: 15490695.
HSL color Cylindrical-coordinate representation of color #875EEC: hue angle of 257.32º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875EEC is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 94 | 236 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.07 |
| HSL | 257.32º | 0.79% | 0.65% | - |
| HSV(B) | 257.32º | 0.6% | 0.93% | - |
| XYZ | 29.13 | 19.21 | 81.53 | - |
| YUV | 122.45 | 192.08 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 236 | 0.43 | 0.60 | 0 | 0.07 | 257.32 | 0.79 | 0.65 |
| Hex | 87 | 5E | EC | 2B | 3C | 0 | 7 | 101 | 4F | 41 |
| Octal | 207 | 136 | 354 | 53 | 74 | 0 | 7 | 401 | 117 | 101 |
| Binary | 10000111 | 1011110 | 11101100 | 101011 | 111100 | 0 | 111 | 100000001 | 1001111 | 1000001 |
Color Harmonies of #875EEC
Complementary color
Monochromatic Colors of #875EEC
Black with #875EEC
Text Example
Text Example
White with #875EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875EEC; }
p { color: rgb(135,94,236); }
H1.HeaderClassName
{
color: #875EEC;
}
.AnyTagClassName
{
color: #875EEC;
}
</style>
background-color css
<style>
a { background-color: #875EEC; }
a { background-color: rgb(135,94,236); }
div.DivClassName
{
background-color: #875EEC;
}
.BgClassName
{
background-color: #875EEC;
}
</style>
border-color css
<style>
span { border-color: #875EEC; }
span { border-color: rgb(135,94,236); }
td.TdClassName
{
border-color: #875EEC;
}
.TagClassName
{
border-color: #875EEC;
}
</style>