Shades of Medium Slate Blue #8564E1
Tints of Medium Slate Blue #8564E1
RGB
CMYK
RGB Variations
Color information
#8564E1 (or 0x8564E1) is known color: Medium Slate Blue. HEX triplet: 85, 64 and E1. RGB value is (133,100,225). Sum of RGB (Red+Green+Blue) = 133+100+225=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #8564E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8564E1 is #7A9B1E. Grayscale: #7B7B7B. Windows color (decimal): -8035103 or 14771333. OLE color: 14771333.
HSL color Cylindrical-coordinate representation of color #8564E1: hue angle of 255.84º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8564E1 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 100 | 225 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.12 |
| HSL | 255.84º | 0.68% | 0.64% | - |
| HSV(B) | 255.84º | 0.56% | 0.88% | - |
| XYZ | 27.82 | 19.54 | 73.54 | - |
| YUV | 124.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 225 | 0.41 | 0.56 | 0 | 0.12 | 255.84 | 0.68 | 0.64 |
| Hex | 85 | 64 | E1 | 29 | 38 | 0 | C | 100 | 44 | 40 |
| Octal | 205 | 144 | 341 | 51 | 70 | 0 | 14 | 400 | 104 | 100 |
| Binary | 10000101 | 1100100 | 11100001 | 101001 | 111000 | 0 | 1100 | 100000000 | 1000100 | 1000000 |
Color Harmonies of #8564E1
Complementary color
Monochromatic Colors of #8564E1
Black with #8564E1
Text Example
Text Example
White with #8564E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8564E1; }
p { color: rgb(133,100,225); }
H1.HeaderClassName
{
color: #8564E1;
}
.AnyTagClassName
{
color: #8564E1;
}
</style>
background-color css
<style>
a { background-color: #8564E1; }
a { background-color: rgb(133,100,225); }
div.DivClassName
{
background-color: #8564E1;
}
.BgClassName
{
background-color: #8564E1;
}
</style>
border-color css
<style>
span { border-color: #8564E1; }
span { border-color: rgb(133,100,225); }
td.TdClassName
{
border-color: #8564E1;
}
.TagClassName
{
border-color: #8564E1;
}
</style>