Shades of Medium Slate Blue #894EF4
Tints of Medium Slate Blue #894EF4
RGB
CMYK
RGB Variations
Color information
#894EF4 (or 0x894EF4) is known color: Medium Slate Blue. HEX triplet: 89, 4E and F4. RGB value is (137,78,244). Sum of RGB (Red+Green+Blue) = 137+78+244=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 244 (95.70% from 255 or 53.16% from 459); Max value from RGB is 244 - color contains mainly: blue. Hex color #894EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894EF4 is #76B10B. Grayscale: #717171. Windows color (decimal): -7778572 or 16010889. OLE color: 16010889.
HSL color Cylindrical-coordinate representation of color #894EF4: hue angle of 261.33º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894EF4 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 78 | 244 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.04 |
| HSL | 261.33º | 0.88% | 0.63% | - |
| HSV(B) | 261.33º | 0.68% | 0.96% | - |
| XYZ | 29.37 | 17.3 | 87.38 | - |
| YUV | 114.57 | 201.05 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 244 | 0.44 | 0.68 | 0 | 0.04 | 261.33 | 0.88 | 0.63 |
| Hex | 89 | 4E | F4 | 2C | 44 | 0 | 4 | 105 | 58 | 3F |
| Octal | 211 | 116 | 364 | 54 | 104 | 0 | 4 | 405 | 130 | 77 |
| Binary | 10001001 | 1001110 | 11110100 | 101100 | 1000100 | 0 | 100 | 100000101 | 1011000 | 111111 |
Color Harmonies of #894EF4
Complementary color
Monochromatic Colors of #894EF4
Black with #894EF4
Text Example
Text Example
White with #894EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894EF4; }
p { color: rgb(137,78,244); }
H1.HeaderClassName
{
color: #894EF4;
}
.AnyTagClassName
{
color: #894EF4;
}
</style>
background-color css
<style>
a { background-color: #894EF4; }
a { background-color: rgb(137,78,244); }
div.DivClassName
{
background-color: #894EF4;
}
.BgClassName
{
background-color: #894EF4;
}
</style>
border-color css
<style>
span { border-color: #894EF4; }
span { border-color: rgb(137,78,244); }
td.TdClassName
{
border-color: #894EF4;
}
.TagClassName
{
border-color: #894EF4;
}
</style>