Shades of Medium Slate Blue #8564EF
Tints of Medium Slate Blue #8564EF
RGB
CMYK
RGB Variations
Color information
#8564EF (or 0x8564EF) is known color: Medium Slate Blue. HEX triplet: 85, 64 and EF. RGB value is (133,100,239). Sum of RGB (Red+Green+Blue) = 133+100+239=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #8564EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8564EF is #7A9B10. Grayscale: #7D7D7D. Windows color (decimal): -8035089 or 15688837. OLE color: 15688837.
HSL color Cylindrical-coordinate representation of color #8564EF: hue angle of 254.24º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8564EF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 100 | 239 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.06 |
| HSL | 254.24º | 0.81% | 0.66% | - |
| HSV(B) | 254.24º | 0.58% | 0.94% | - |
| XYZ | 29.81 | 20.33 | 84.01 | - |
| YUV | 125.71 | 191.93 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 239 | 0.44 | 0.58 | 0 | 0.06 | 254.24 | 0.81 | 0.66 |
| Hex | 85 | 64 | EF | 2C | 3A | 0 | 6 | FE | 51 | 42 |
| Octal | 205 | 144 | 357 | 54 | 72 | 0 | 6 | 376 | 121 | 102 |
| Binary | 10000101 | 1100100 | 11101111 | 101100 | 111010 | 0 | 110 | 11111110 | 1010001 | 1000010 |
Color Harmonies of #8564EF
Complementary color
Monochromatic Colors of #8564EF
Black with #8564EF
Text Example
Text Example
White with #8564EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8564EF; }
p { color: rgb(133,100,239); }
H1.HeaderClassName
{
color: #8564EF;
}
.AnyTagClassName
{
color: #8564EF;
}
</style>
background-color css
<style>
a { background-color: #8564EF; }
a { background-color: rgb(133,100,239); }
div.DivClassName
{
background-color: #8564EF;
}
.BgClassName
{
background-color: #8564EF;
}
</style>
border-color css
<style>
span { border-color: #8564EF; }
span { border-color: rgb(133,100,239); }
td.TdClassName
{
border-color: #8564EF;
}
.TagClassName
{
border-color: #8564EF;
}
</style>