Shades of Medium Slate Blue #8572EC
Tints of Medium Slate Blue #8572EC
RGB
CMYK
RGB Variations
Color information
#8572EC (or 0x8572EC) is known color: Medium Slate Blue. HEX triplet: 85, 72 and EC. RGB value is (133,114,236). Sum of RGB (Red+Green+Blue) = 133+114+236=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #8572EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8572EC is #7A8D13. Grayscale: #858585. Windows color (decimal): -8031508 or 15495813. OLE color: 15495813.
HSL color Cylindrical-coordinate representation of color #8572EC: hue angle of 249.34º 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 #8572EC is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 114 | 236 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.07 |
| HSL | 249.34º | 0.76% | 0.69% | - |
| HSV(B) | 249.34º | 0.52% | 0.93% | - |
| XYZ | 30.83 | 23.08 | 82.19 | - |
| YUV | 133.59 | 185.79 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 236 | 0.44 | 0.52 | 0 | 0.07 | 249.34 | 0.76 | 0.69 |
| Hex | 85 | 72 | EC | 2C | 34 | 0 | 7 | F9 | 4C | 45 |
| Octal | 205 | 162 | 354 | 54 | 64 | 0 | 7 | 371 | 114 | 105 |
| Binary | 10000101 | 1110010 | 11101100 | 101100 | 110100 | 0 | 111 | 11111001 | 1001100 | 1000101 |
Color Harmonies of #8572EC
Complementary color
Monochromatic Colors of #8572EC
Black with #8572EC
Text Example
Text Example
White with #8572EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8572EC; }
p { color: rgb(133,114,236); }
H1.HeaderClassName
{
color: #8572EC;
}
.AnyTagClassName
{
color: #8572EC;
}
</style>
background-color css
<style>
a { background-color: #8572EC; }
a { background-color: rgb(133,114,236); }
div.DivClassName
{
background-color: #8572EC;
}
.BgClassName
{
background-color: #8572EC;
}
</style>
border-color css
<style>
span { border-color: #8572EC; }
span { border-color: rgb(133,114,236); }
td.TdClassName
{
border-color: #8572EC;
}
.TagClassName
{
border-color: #8572EC;
}
</style>