Shades of Medium Slate Blue #894EEE
Tints of Medium Slate Blue #894EEE
RGB
CMYK
RGB Variations
Color information
#894EEE (or 0x894EEE) is known color: Medium Slate Blue. HEX triplet: 89, 4E and EE. RGB value is (137,78,238). Sum of RGB (Red+Green+Blue) = 137+78+238=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #894EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894EEE is #76B111. Grayscale: #717171. Windows color (decimal): -7778578 or 15617673. OLE color: 15617673.
HSL color Cylindrical-coordinate representation of color #894EEE: hue angle of 262.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #894EEE is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 78 | 238 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.07 |
| HSL | 262.13º | 0.82% | 0.62% | - |
| HSV(B) | 262.13º | 0.67% | 0.93% | - |
| XYZ | 28.47 | 16.94 | 82.66 | - |
| YUV | 113.88 | 198.05 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 238 | 0.42 | 0.67 | 0 | 0.07 | 262.13 | 0.82 | 0.62 |
| Hex | 89 | 4E | EE | 2A | 43 | 0 | 7 | 106 | 52 | 3E |
| Octal | 211 | 116 | 356 | 52 | 103 | 0 | 7 | 406 | 122 | 76 |
| Binary | 10001001 | 1001110 | 11101110 | 101010 | 1000011 | 0 | 111 | 100000110 | 1010010 | 111110 |
Color Harmonies of #894EEE
Complementary color
Monochromatic Colors of #894EEE
Black with #894EEE
Text Example
Text Example
White with #894EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894EEE; }
p { color: rgb(137,78,238); }
H1.HeaderClassName
{
color: #894EEE;
}
.AnyTagClassName
{
color: #894EEE;
}
</style>
background-color css
<style>
a { background-color: #894EEE; }
a { background-color: rgb(137,78,238); }
div.DivClassName
{
background-color: #894EEE;
}
.BgClassName
{
background-color: #894EEE;
}
</style>
border-color css
<style>
span { border-color: #894EEE; }
span { border-color: rgb(137,78,238); }
td.TdClassName
{
border-color: #894EEE;
}
.TagClassName
{
border-color: #894EEE;
}
</style>