Shades of Medium Slate Blue #8852EC
Tints of Medium Slate Blue #8852EC
RGB
CMYK
RGB Variations
Color information
#8852EC (or 0x8852EC) is known color: Medium Slate Blue. HEX triplet: 88, 52 and EC. RGB value is (136,82,236). Sum of RGB (Red+Green+Blue) = 136+82+236=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #8852EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8852EC is #77AD13. Grayscale: #737373. Windows color (decimal): -7843092 or 15487624. OLE color: 15487624.
HSL color Cylindrical-coordinate representation of color #8852EC: hue angle of 261.04º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8852EC is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 82 | 236 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.07 |
| HSL | 261.04º | 0.8% | 0.62% | - |
| HSV(B) | 261.04º | 0.65% | 0.93% | - |
| XYZ | 28.31 | 17.32 | 81.21 | - |
| YUV | 115.7 | 195.89 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 236 | 0.42 | 0.65 | 0 | 0.07 | 261.04 | 0.8 | 0.62 |
| Hex | 88 | 52 | EC | 2A | 41 | 0 | 7 | 105 | 50 | 3E |
| Octal | 210 | 122 | 354 | 52 | 101 | 0 | 7 | 405 | 120 | 76 |
| Binary | 10001000 | 1010010 | 11101100 | 101010 | 1000001 | 0 | 111 | 100000101 | 1010000 | 111110 |
Color Harmonies of #8852EC
Complementary color
Monochromatic Colors of #8852EC
Black with #8852EC
Text Example
Text Example
White with #8852EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852EC; }
p { color: rgb(136,82,236); }
H1.HeaderClassName
{
color: #8852EC;
}
.AnyTagClassName
{
color: #8852EC;
}
</style>
background-color css
<style>
a { background-color: #8852EC; }
a { background-color: rgb(136,82,236); }
div.DivClassName
{
background-color: #8852EC;
}
.BgClassName
{
background-color: #8852EC;
}
</style>
border-color css
<style>
span { border-color: #8852EC; }
span { border-color: rgb(136,82,236); }
td.TdClassName
{
border-color: #8852EC;
}
.TagClassName
{
border-color: #8852EC;
}
</style>