Shades of Medium Slate Blue #8573EC
Tints of Medium Slate Blue #8573EC
RGB
CMYK
RGB Variations
Color information
#8573EC (or 0x8573EC) is known color: Medium Slate Blue. HEX triplet: 85, 73 and EC. RGB value is (133,115,236). Sum of RGB (Red+Green+Blue) = 133+115+236=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #8573EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8573EC is #7A8C13. Grayscale: #858585. Windows color (decimal): -8031252 or 15496069. OLE color: 15496069.
HSL color Cylindrical-coordinate representation of color #8573EC: hue angle of 248.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8573EC is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 115 | 236 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.07 |
| HSL | 248.93º | 0.76% | 0.69% | - |
| HSV(B) | 248.93º | 0.51% | 0.93% | - |
| XYZ | 30.94 | 23.3 | 82.22 | - |
| YUV | 134.18 | 185.46 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 236 | 0.44 | 0.51 | 0 | 0.07 | 248.93 | 0.76 | 0.69 |
| Hex | 85 | 73 | EC | 2C | 33 | 0 | 7 | F9 | 4C | 45 |
| Octal | 205 | 163 | 354 | 54 | 63 | 0 | 7 | 371 | 114 | 105 |
| Binary | 10000101 | 1110011 | 11101100 | 101100 | 110011 | 0 | 111 | 11111001 | 1001100 | 1000101 |
Color Harmonies of #8573EC
Complementary color
Monochromatic Colors of #8573EC
Black with #8573EC
Text Example
Text Example
White with #8573EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8573EC; }
p { color: rgb(133,115,236); }
H1.HeaderClassName
{
color: #8573EC;
}
.AnyTagClassName
{
color: #8573EC;
}
</style>
background-color css
<style>
a { background-color: #8573EC; }
a { background-color: rgb(133,115,236); }
div.DivClassName
{
background-color: #8573EC;
}
.BgClassName
{
background-color: #8573EC;
}
</style>
border-color css
<style>
span { border-color: #8573EC; }
span { border-color: rgb(133,115,236); }
td.TdClassName
{
border-color: #8573EC;
}
.TagClassName
{
border-color: #8573EC;
}
</style>