Shades of Medium Slate Blue #8561EC
Tints of Medium Slate Blue #8561EC
RGB
CMYK
RGB Variations
Color information
#8561EC (or 0x8561EC) is known color: Medium Slate Blue. HEX triplet: 85, 61 and EC. RGB value is (133,97,236). Sum of RGB (Red+Green+Blue) = 133+97+236=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #8561EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8561EC is #7A9E13. Grayscale: #7B7B7B. Windows color (decimal): -8035860 or 15491461. OLE color: 15491461.
HSL color Cylindrical-coordinate representation of color #8561EC: hue angle of 255.54º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8561EC is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 97 | 236 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.07 |
| HSL | 255.54º | 0.79% | 0.65% | - |
| HSV(B) | 255.54º | 0.59% | 0.93% | - |
| XYZ | 29.09 | 19.59 | 81.61 | - |
| YUV | 123.61 | 191.43 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 236 | 0.44 | 0.59 | 0 | 0.07 | 255.54 | 0.79 | 0.65 |
| Hex | 85 | 61 | EC | 2C | 3B | 0 | 7 | 100 | 4F | 41 |
| Octal | 205 | 141 | 354 | 54 | 73 | 0 | 7 | 400 | 117 | 101 |
| Binary | 10000101 | 1100001 | 11101100 | 101100 | 111011 | 0 | 111 | 100000000 | 1001111 | 1000001 |
Color Harmonies of #8561EC
Complementary color
Monochromatic Colors of #8561EC
Black with #8561EC
Text Example
Text Example
White with #8561EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8561EC; }
p { color: rgb(133,97,236); }
H1.HeaderClassName
{
color: #8561EC;
}
.AnyTagClassName
{
color: #8561EC;
}
</style>
background-color css
<style>
a { background-color: #8561EC; }
a { background-color: rgb(133,97,236); }
div.DivClassName
{
background-color: #8561EC;
}
.BgClassName
{
background-color: #8561EC;
}
</style>
border-color css
<style>
span { border-color: #8561EC; }
span { border-color: rgb(133,97,236); }
td.TdClassName
{
border-color: #8561EC;
}
.TagClassName
{
border-color: #8561EC;
}
</style>