Shades of Medium Slate Blue #8560E9
Tints of Medium Slate Blue #8560E9
RGB
CMYK
RGB Variations
Color information
#8560E9 (or 0x8560E9) is known color: Medium Slate Blue. HEX triplet: 85, 60 and E9. RGB value is (133,96,233). Sum of RGB (Red+Green+Blue) = 133+96+233=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #8560E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8560E9 is #7A9F16. Grayscale: #7A7A7A. Windows color (decimal): -8036119 or 15294597. OLE color: 15294597.
HSL color Cylindrical-coordinate representation of color #8560E9: hue angle of 256.2º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8560E9 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 96 | 233 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.09 |
| HSL | 256.2º | 0.76% | 0.65% | - |
| HSV(B) | 256.2º | 0.59% | 0.91% | - |
| XYZ | 28.56 | 19.24 | 79.3 | - |
| YUV | 122.68 | 190.26 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 233 | 0.43 | 0.59 | 0 | 0.09 | 256.2 | 0.76 | 0.65 |
| Hex | 85 | 60 | E9 | 2B | 3B | 0 | 9 | 100 | 4C | 41 |
| Octal | 205 | 140 | 351 | 53 | 73 | 0 | 11 | 400 | 114 | 101 |
| Binary | 10000101 | 1100000 | 11101001 | 101011 | 111011 | 0 | 1001 | 100000000 | 1001100 | 1000001 |
Color Harmonies of #8560E9
Complementary color
Monochromatic Colors of #8560E9
Black with #8560E9
Text Example
Text Example
White with #8560E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560E9; }
p { color: rgb(133,96,233); }
H1.HeaderClassName
{
color: #8560E9;
}
.AnyTagClassName
{
color: #8560E9;
}
</style>
background-color css
<style>
a { background-color: #8560E9; }
a { background-color: rgb(133,96,233); }
div.DivClassName
{
background-color: #8560E9;
}
.BgClassName
{
background-color: #8560E9;
}
</style>
border-color css
<style>
span { border-color: #8560E9; }
span { border-color: rgb(133,96,233); }
td.TdClassName
{
border-color: #8560E9;
}
.TagClassName
{
border-color: #8560E9;
}
</style>