Shades of Medium Slate Blue #8964F1
Tints of Medium Slate Blue #8964F1
RGB
CMYK
RGB Variations
Color information
#8964F1 (or 0x8964F1) is known color: Medium Slate Blue. HEX triplet: 89, 64 and F1. RGB value is (137,100,241). Sum of RGB (Red+Green+Blue) = 137+100+241=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #8964F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8964F1 is #769B0E. Grayscale: #7E7E7E. Windows color (decimal): -7772943 or 15819913. OLE color: 15819913.
HSL color Cylindrical-coordinate representation of color #8964F1: hue angle of 255.74º 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 #8964F1 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 100 | 241 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.05 |
| HSL | 255.74º | 0.83% | 0.67% | - |
| HSV(B) | 255.74º | 0.59% | 0.95% | - |
| XYZ | 30.75 | 20.78 | 85.61 | - |
| YUV | 127.14 | 192.26 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 241 | 0.43 | 0.59 | 0 | 0.05 | 255.74 | 0.83 | 0.67 |
| Hex | 89 | 64 | F1 | 2B | 3B | 0 | 5 | 100 | 53 | 43 |
| Octal | 211 | 144 | 361 | 53 | 73 | 0 | 5 | 400 | 123 | 103 |
| Binary | 10001001 | 1100100 | 11110001 | 101011 | 111011 | 0 | 101 | 100000000 | 1010011 | 1000011 |
Color Harmonies of #8964F1
Complementary color
Monochromatic Colors of #8964F1
Black with #8964F1
Text Example
Text Example
White with #8964F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8964F1; }
p { color: rgb(137,100,241); }
H1.HeaderClassName
{
color: #8964F1;
}
.AnyTagClassName
{
color: #8964F1;
}
</style>
background-color css
<style>
a { background-color: #8964F1; }
a { background-color: rgb(137,100,241); }
div.DivClassName
{
background-color: #8964F1;
}
.BgClassName
{
background-color: #8964F1;
}
</style>
border-color css
<style>
span { border-color: #8964F1; }
span { border-color: rgb(137,100,241); }
td.TdClassName
{
border-color: #8964F1;
}
.TagClassName
{
border-color: #8964F1;
}
</style>