Shades of Medium Slate Blue #894DEB
Tints of Medium Slate Blue #894DEB
RGB
CMYK
RGB Variations
Color information
#894DEB (or 0x894DEB) is known color: Medium Slate Blue. HEX triplet: 89, 4D and EB. RGB value is (137,77,235). Sum of RGB (Red+Green+Blue) = 137+77+235=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #894DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894DEB is #76B214. Grayscale: #707070. Windows color (decimal): -7778837 or 15420809. OLE color: 15420809.
HSL color Cylindrical-coordinate representation of color #894DEB: hue angle of 262.78º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #894DEB is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 77 | 235 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.08 |
| HSL | 262.78º | 0.8% | 0.61% | - |
| HSV(B) | 262.78º | 0.67% | 0.92% | - |
| XYZ | 27.97 | 16.62 | 80.33 | - |
| YUV | 112.95 | 196.88 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 235 | 0.42 | 0.67 | 0 | 0.08 | 262.78 | 0.8 | 0.61 |
| Hex | 89 | 4D | EB | 2A | 43 | 0 | 8 | 107 | 50 | 3D |
| Octal | 211 | 115 | 353 | 52 | 103 | 0 | 10 | 407 | 120 | 75 |
| Binary | 10001001 | 1001101 | 11101011 | 101010 | 1000011 | 0 | 1000 | 100000111 | 1010000 | 111101 |
Color Harmonies of #894DEB
Complementary color
Monochromatic Colors of #894DEB
Black with #894DEB
Text Example
Text Example
White with #894DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894DEB; }
p { color: rgb(137,77,235); }
H1.HeaderClassName
{
color: #894DEB;
}
.AnyTagClassName
{
color: #894DEB;
}
</style>
background-color css
<style>
a { background-color: #894DEB; }
a { background-color: rgb(137,77,235); }
div.DivClassName
{
background-color: #894DEB;
}
.BgClassName
{
background-color: #894DEB;
}
</style>
border-color css
<style>
span { border-color: #894DEB; }
span { border-color: rgb(137,77,235); }
td.TdClassName
{
border-color: #894DEB;
}
.TagClassName
{
border-color: #894DEB;
}
</style>