Shades of Medium Slate Blue #894DEC
Tints of Medium Slate Blue #894DEC
RGB
CMYK
RGB Variations
Color information
#894DEC (or 0x894DEC) is known color: Medium Slate Blue. HEX triplet: 89, 4D and EC. RGB value is (137,77,236). Sum of RGB (Red+Green+Blue) = 137+77+236=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #894DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894DEC is #76B213. Grayscale: #707070. Windows color (decimal): -7778836 or 15486345. OLE color: 15486345.
HSL color Cylindrical-coordinate representation of color #894DEC: hue angle of 262.64º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #894DEC is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 77 | 236 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.07 |
| HSL | 262.64º | 0.81% | 0.61% | - |
| HSV(B) | 262.64º | 0.67% | 0.93% | - |
| XYZ | 28.11 | 16.68 | 81.1 | - |
| YUV | 113.07 | 197.38 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 236 | 0.42 | 0.67 | 0 | 0.07 | 262.64 | 0.81 | 0.61 |
| Hex | 89 | 4D | EC | 2A | 43 | 0 | 7 | 107 | 51 | 3D |
| Octal | 211 | 115 | 354 | 52 | 103 | 0 | 7 | 407 | 121 | 75 |
| Binary | 10001001 | 1001101 | 11101100 | 101010 | 1000011 | 0 | 111 | 100000111 | 1010001 | 111101 |
Color Harmonies of #894DEC
Complementary color
Monochromatic Colors of #894DEC
Black with #894DEC
Text Example
Text Example
White with #894DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894DEC; }
p { color: rgb(137,77,236); }
H1.HeaderClassName
{
color: #894DEC;
}
.AnyTagClassName
{
color: #894DEC;
}
</style>
background-color css
<style>
a { background-color: #894DEC; }
a { background-color: rgb(137,77,236); }
div.DivClassName
{
background-color: #894DEC;
}
.BgClassName
{
background-color: #894DEC;
}
</style>
border-color css
<style>
span { border-color: #894DEC; }
span { border-color: rgb(137,77,236); }
td.TdClassName
{
border-color: #894DEC;
}
.TagClassName
{
border-color: #894DEC;
}
</style>