Shades of Medium Slate Blue #894EEF
Tints of Medium Slate Blue #894EEF
RGB
CMYK
RGB Variations
Color information
#894EEF (or 0x894EEF) is known color: Medium Slate Blue. HEX triplet: 89, 4E and EF. RGB value is (137,78,239). Sum of RGB (Red+Green+Blue) = 137+78+239=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #894EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894EEF is #76B110. Grayscale: #717171. Windows color (decimal): -7778577 or 15683209. OLE color: 15683209.
HSL color Cylindrical-coordinate representation of color #894EEF: hue angle of 261.99º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #894EEF is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 78 | 239 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.06 |
| HSL | 261.99º | 0.83% | 0.62% | - |
| HSV(B) | 261.99º | 0.67% | 0.94% | - |
| XYZ | 28.62 | 17 | 83.43 | - |
| YUV | 114 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 239 | 0.43 | 0.67 | 0 | 0.06 | 261.99 | 0.83 | 0.62 |
| Hex | 89 | 4E | EF | 2B | 43 | 0 | 6 | 106 | 53 | 3E |
| Octal | 211 | 116 | 357 | 53 | 103 | 0 | 6 | 406 | 123 | 76 |
| Binary | 10001001 | 1001110 | 11101111 | 101011 | 1000011 | 0 | 110 | 100000110 | 1010011 | 111110 |
Color Harmonies of #894EEF
Complementary color
Monochromatic Colors of #894EEF
Black with #894EEF
Text Example
Text Example
White with #894EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894EEF; }
p { color: rgb(137,78,239); }
H1.HeaderClassName
{
color: #894EEF;
}
.AnyTagClassName
{
color: #894EEF;
}
</style>
background-color css
<style>
a { background-color: #894EEF; }
a { background-color: rgb(137,78,239); }
div.DivClassName
{
background-color: #894EEF;
}
.BgClassName
{
background-color: #894EEF;
}
</style>
border-color css
<style>
span { border-color: #894EEF; }
span { border-color: rgb(137,78,239); }
td.TdClassName
{
border-color: #894EEF;
}
.TagClassName
{
border-color: #894EEF;
}
</style>