Shades of Medium Slate Blue #8560EC
Tints of Medium Slate Blue #8560EC
RGB
CMYK
RGB Variations
Color information
#8560EC (or 0x8560EC) is known color: Medium Slate Blue. HEX triplet: 85, 60 and EC. RGB value is (133,96,236). Sum of RGB (Red+Green+Blue) = 133+96+236=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #8560EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8560EC is #7A9F13. Grayscale: #7A7A7A. Windows color (decimal): -8036116 or 15491205. OLE color: 15491205.
HSL color Cylindrical-coordinate representation of color #8560EC: hue angle of 255.86º 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 #8560EC is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 96 | 236 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.07 |
| HSL | 255.86º | 0.79% | 0.65% | - |
| HSV(B) | 255.86º | 0.59% | 0.93% | - |
| XYZ | 29 | 19.41 | 81.57 | - |
| YUV | 123.02 | 191.76 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 236 | 0.44 | 0.59 | 0 | 0.07 | 255.86 | 0.79 | 0.65 |
| Hex | 85 | 60 | EC | 2C | 3B | 0 | 7 | 100 | 4F | 41 |
| Octal | 205 | 140 | 354 | 54 | 73 | 0 | 7 | 400 | 117 | 101 |
| Binary | 10000101 | 1100000 | 11101100 | 101100 | 111011 | 0 | 111 | 100000000 | 1001111 | 1000001 |
Color Harmonies of #8560EC
Complementary color
Monochromatic Colors of #8560EC
Black with #8560EC
Text Example
Text Example
White with #8560EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560EC; }
p { color: rgb(133,96,236); }
H1.HeaderClassName
{
color: #8560EC;
}
.AnyTagClassName
{
color: #8560EC;
}
</style>
background-color css
<style>
a { background-color: #8560EC; }
a { background-color: rgb(133,96,236); }
div.DivClassName
{
background-color: #8560EC;
}
.BgClassName
{
background-color: #8560EC;
}
</style>
border-color css
<style>
span { border-color: #8560EC; }
span { border-color: rgb(133,96,236); }
td.TdClassName
{
border-color: #8560EC;
}
.TagClassName
{
border-color: #8560EC;
}
</style>