Shades of Medium Slate Blue #894EF5
Tints of Medium Slate Blue #894EF5
RGB
CMYK
RGB Variations
Color information
#894EF5 (or 0x894EF5) is known color: Medium Slate Blue. HEX triplet: 89, 4E and F5. RGB value is (137,78,245). Sum of RGB (Red+Green+Blue) = 137+78+245=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #894EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894EF5 is #76B10A. Grayscale: #727272. Windows color (decimal): -7778571 or 16076425. OLE color: 16076425.
HSL color Cylindrical-coordinate representation of color #894EF5: hue angle of 261.2º degrees, saturation: 0.89, 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 #894EF5 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 78 | 245 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.04 |
| HSL | 261.2º | 0.89% | 0.63% | - |
| HSV(B) | 261.2º | 0.68% | 0.96% | - |
| XYZ | 29.52 | 17.36 | 88.18 | - |
| YUV | 114.68 | 201.55 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 245 | 0.44 | 0.68 | 0 | 0.04 | 261.2 | 0.89 | 0.63 |
| Hex | 89 | 4E | F5 | 2C | 44 | 0 | 4 | 105 | 59 | 3F |
| Octal | 211 | 116 | 365 | 54 | 104 | 0 | 4 | 405 | 131 | 77 |
| Binary | 10001001 | 1001110 | 11110101 | 101100 | 1000100 | 0 | 100 | 100000101 | 1011001 | 111111 |
Color Harmonies of #894EF5
Complementary color
Monochromatic Colors of #894EF5
Black with #894EF5
Text Example
Text Example
White with #894EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894EF5; }
p { color: rgb(137,78,245); }
H1.HeaderClassName
{
color: #894EF5;
}
.AnyTagClassName
{
color: #894EF5;
}
</style>
background-color css
<style>
a { background-color: #894EF5; }
a { background-color: rgb(137,78,245); }
div.DivClassName
{
background-color: #894EF5;
}
.BgClassName
{
background-color: #894EF5;
}
</style>
border-color css
<style>
span { border-color: #894EF5; }
span { border-color: rgb(137,78,245); }
td.TdClassName
{
border-color: #894EF5;
}
.TagClassName
{
border-color: #894EF5;
}
</style>