Shades of Medium Slate Blue #8850EC
Tints of Medium Slate Blue #8850EC
RGB
CMYK
RGB Variations
Color information
#8850EC (or 0x8850EC) is known color: Medium Slate Blue. HEX triplet: 88, 50 and EC. RGB value is (136,80,236). Sum of RGB (Red+Green+Blue) = 136+80+236=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #8850EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8850EC is #77AF13. Grayscale: #717171. Windows color (decimal): -7843604 or 15487112. OLE color: 15487112.
HSL color Cylindrical-coordinate representation of color #8850EC: hue angle of 261.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8850EC is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 80 | 236 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.07 |
| HSL | 261.54º | 0.8% | 0.62% | - |
| HSV(B) | 261.54º | 0.66% | 0.93% | - |
| XYZ | 28.16 | 17.03 | 81.16 | - |
| YUV | 114.53 | 196.55 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 236 | 0.42 | 0.66 | 0 | 0.07 | 261.54 | 0.8 | 0.62 |
| Hex | 88 | 50 | EC | 2A | 42 | 0 | 7 | 106 | 50 | 3E |
| Octal | 210 | 120 | 354 | 52 | 102 | 0 | 7 | 406 | 120 | 76 |
| Binary | 10001000 | 1010000 | 11101100 | 101010 | 1000010 | 0 | 111 | 100000110 | 1010000 | 111110 |
Color Harmonies of #8850EC
Complementary color
Monochromatic Colors of #8850EC
Black with #8850EC
Text Example
Text Example
White with #8850EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8850EC; }
p { color: rgb(136,80,236); }
H1.HeaderClassName
{
color: #8850EC;
}
.AnyTagClassName
{
color: #8850EC;
}
</style>
background-color css
<style>
a { background-color: #8850EC; }
a { background-color: rgb(136,80,236); }
div.DivClassName
{
background-color: #8850EC;
}
.BgClassName
{
background-color: #8850EC;
}
</style>
border-color css
<style>
span { border-color: #8850EC; }
span { border-color: rgb(136,80,236); }
td.TdClassName
{
border-color: #8850EC;
}
.TagClassName
{
border-color: #8850EC;
}
</style>