Shades of Medium Slate Blue #8964EA
Tints of Medium Slate Blue #8964EA
RGB
CMYK
RGB Variations
Color information
#8964EA (or 0x8964EA) is known color: Medium Slate Blue. HEX triplet: 89, 64 and EA. RGB value is (137,100,234). Sum of RGB (Red+Green+Blue) = 137+100+234=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #8964EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8964EA is #769B15. Grayscale: #7D7D7D. Windows color (decimal): -7772950 or 15361161. OLE color: 15361161.
HSL color Cylindrical-coordinate representation of color #8964EA: hue angle of 256.57º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8964EA is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 100 | 234 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.08 |
| HSL | 256.57º | 0.76% | 0.65% | - |
| HSV(B) | 256.57º | 0.57% | 0.92% | - |
| XYZ | 29.72 | 20.37 | 80.21 | - |
| YUV | 126.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 234 | 0.41 | 0.57 | 0 | 0.08 | 256.57 | 0.76 | 0.65 |
| Hex | 89 | 64 | EA | 29 | 39 | 0 | 8 | 101 | 4C | 41 |
| Octal | 211 | 144 | 352 | 51 | 71 | 0 | 10 | 401 | 114 | 101 |
| Binary | 10001001 | 1100100 | 11101010 | 101001 | 111001 | 0 | 1000 | 100000001 | 1001100 | 1000001 |
Color Harmonies of #8964EA
Complementary color
Monochromatic Colors of #8964EA
Black with #8964EA
Text Example
Text Example
White with #8964EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8964EA; }
p { color: rgb(137,100,234); }
H1.HeaderClassName
{
color: #8964EA;
}
.AnyTagClassName
{
color: #8964EA;
}
</style>
background-color css
<style>
a { background-color: #8964EA; }
a { background-color: rgb(137,100,234); }
div.DivClassName
{
background-color: #8964EA;
}
.BgClassName
{
background-color: #8964EA;
}
</style>
border-color css
<style>
span { border-color: #8964EA; }
span { border-color: rgb(137,100,234); }
td.TdClassName
{
border-color: #8964EA;
}
.TagClassName
{
border-color: #8964EA;
}
</style>