Shades of Medium Slate Blue #8564F1
Tints of Medium Slate Blue #8564F1
RGB
CMYK
RGB Variations
Color information
#8564F1 (or 0x8564F1) is known color: Medium Slate Blue. HEX triplet: 85, 64 and F1. RGB value is (133,100,241). Sum of RGB (Red+Green+Blue) = 133+100+241=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #8564F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8564F1 is #7A9B0E. Grayscale: #7D7D7D. Windows color (decimal): -8035087 or 15819909. OLE color: 15819909.
HSL color Cylindrical-coordinate representation of color #8564F1: hue angle of 254.04º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8564F1 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 100 | 241 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.05 |
| HSL | 254.04º | 0.83% | 0.67% | - |
| HSV(B) | 254.04º | 0.59% | 0.95% | - |
| XYZ | 30.11 | 20.45 | 85.58 | - |
| YUV | 125.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 241 | 0.45 | 0.59 | 0 | 0.05 | 254.04 | 0.83 | 0.67 |
| Hex | 85 | 64 | F1 | 2D | 3B | 0 | 5 | FE | 53 | 43 |
| Octal | 205 | 144 | 361 | 55 | 73 | 0 | 5 | 376 | 123 | 103 |
| Binary | 10000101 | 1100100 | 11110001 | 101101 | 111011 | 0 | 101 | 11111110 | 1010011 | 1000011 |
Color Harmonies of #8564F1
Complementary color
Monochromatic Colors of #8564F1
Black with #8564F1
Text Example
Text Example
White with #8564F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8564F1; }
p { color: rgb(133,100,241); }
H1.HeaderClassName
{
color: #8564F1;
}
.AnyTagClassName
{
color: #8564F1;
}
</style>
background-color css
<style>
a { background-color: #8564F1; }
a { background-color: rgb(133,100,241); }
div.DivClassName
{
background-color: #8564F1;
}
.BgClassName
{
background-color: #8564F1;
}
</style>
border-color css
<style>
span { border-color: #8564F1; }
span { border-color: rgb(133,100,241); }
td.TdClassName
{
border-color: #8564F1;
}
.TagClassName
{
border-color: #8564F1;
}
</style>