Shades of Medium Slate Blue #8560EA
Tints of Medium Slate Blue #8560EA
RGB
CMYK
RGB Variations
Color information
#8560EA (or 0x8560EA) is known color: Medium Slate Blue. HEX triplet: 85, 60 and EA. RGB value is (133,96,234). Sum of RGB (Red+Green+Blue) = 133+96+234=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #8560EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8560EA is #7A9F15. Grayscale: #7A7A7A. Windows color (decimal): -8036118 or 15360133. OLE color: 15360133.
HSL color Cylindrical-coordinate representation of color #8560EA: hue angle of 256.09º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8560EA is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 96 | 234 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.08 |
| HSL | 256.09º | 0.77% | 0.65% | - |
| HSV(B) | 256.09º | 0.59% | 0.92% | - |
| XYZ | 28.71 | 19.29 | 80.05 | - |
| YUV | 122.8 | 190.76 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 234 | 0.43 | 0.59 | 0 | 0.08 | 256.09 | 0.77 | 0.65 |
| Hex | 85 | 60 | EA | 2B | 3B | 0 | 8 | 100 | 4D | 41 |
| Octal | 205 | 140 | 352 | 53 | 73 | 0 | 10 | 400 | 115 | 101 |
| Binary | 10000101 | 1100000 | 11101010 | 101011 | 111011 | 0 | 1000 | 100000000 | 1001101 | 1000001 |
Color Harmonies of #8560EA
Complementary color
Monochromatic Colors of #8560EA
Black with #8560EA
Text Example
Text Example
White with #8560EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560EA; }
p { color: rgb(133,96,234); }
H1.HeaderClassName
{
color: #8560EA;
}
.AnyTagClassName
{
color: #8560EA;
}
</style>
background-color css
<style>
a { background-color: #8560EA; }
a { background-color: rgb(133,96,234); }
div.DivClassName
{
background-color: #8560EA;
}
.BgClassName
{
background-color: #8560EA;
}
</style>
border-color css
<style>
span { border-color: #8560EA; }
span { border-color: rgb(133,96,234); }
td.TdClassName
{
border-color: #8560EA;
}
.TagClassName
{
border-color: #8560EA;
}
</style>