Shades of Medium Slate Blue #8573E4
Tints of Medium Slate Blue #8573E4
RGB
CMYK
RGB Variations
Color information
#8573E4 (or 0x8573E4) is known color: Medium Slate Blue. HEX triplet: 85, 73 and E4. RGB value is (133,115,228). Sum of RGB (Red+Green+Blue) = 133+115+228=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 228 - color contains mainly: blue. Hex color #8573E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573E4 is #7A8C1B. Grayscale: #848484. Windows color (decimal): -8031260 or 14971781. OLE color: 14971781.
HSL color Cylindrical-coordinate representation of color #8573E4: hue angle of 249.56º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8573E4 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 115 | 228 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.11 |
| HSL | 249.56º | 0.68% | 0.67% | - |
| HSV(B) | 249.56º | 0.5% | 0.89% | - |
| XYZ | 29.81 | 22.85 | 76.24 | - |
| YUV | 133.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 228 | 0.42 | 0.50 | 0 | 0.11 | 249.56 | 0.68 | 0.67 |
| Hex | 85 | 73 | E4 | 2A | 32 | 0 | B | FA | 44 | 43 |
| Octal | 205 | 163 | 344 | 52 | 62 | 0 | 13 | 372 | 104 | 103 |
| Binary | 10000101 | 1110011 | 11100100 | 101010 | 110010 | 0 | 1011 | 11111010 | 1000100 | 1000011 |
Color Harmonies of #8573E4
Complementary color
Monochromatic Colors of #8573E4
Black with #8573E4
Text Example
Text Example
White with #8573E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8573E4; }
p { color: rgb(133,115,228); }
H1.HeaderClassName
{
color: #8573E4;
}
.AnyTagClassName
{
color: #8573E4;
}
</style>
background-color css
<style>
a { background-color: #8573E4; }
a { background-color: rgb(133,115,228); }
div.DivClassName
{
background-color: #8573E4;
}
.BgClassName
{
background-color: #8573E4;
}
</style>
border-color css
<style>
span { border-color: #8573E4; }
span { border-color: rgb(133,115,228); }
td.TdClassName
{
border-color: #8573E4;
}
.TagClassName
{
border-color: #8573E4;
}
</style>