Shades of Medium Slate Blue #894DF2
Tints of Medium Slate Blue #894DF2
RGB
CMYK
RGB Variations
Color information
#894DF2 (or 0x894DF2) is known color: Medium Slate Blue. HEX triplet: 89, 4D and F2. RGB value is (137,77,242). Sum of RGB (Red+Green+Blue) = 137+77+242=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #894DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894DF2 is #76B20D. Grayscale: #717171. Windows color (decimal): -7778830 or 15879561. OLE color: 15879561.
HSL color Cylindrical-coordinate representation of color #894DF2: hue angle of 261.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894DF2 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 77 | 242 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.05 |
| HSL | 261.82º | 0.86% | 0.63% | - |
| HSV(B) | 261.82º | 0.68% | 0.95% | - |
| XYZ | 29 | 17.04 | 85.76 | - |
| YUV | 113.75 | 200.38 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 242 | 0.43 | 0.68 | 0 | 0.05 | 261.82 | 0.86 | 0.63 |
| Hex | 89 | 4D | F2 | 2B | 44 | 0 | 5 | 106 | 56 | 3F |
| Octal | 211 | 115 | 362 | 53 | 104 | 0 | 5 | 406 | 126 | 77 |
| Binary | 10001001 | 1001101 | 11110010 | 101011 | 1000100 | 0 | 101 | 100000110 | 1010110 | 111111 |
Color Harmonies of #894DF2
Complementary color
Monochromatic Colors of #894DF2
Black with #894DF2
Text Example
Text Example
White with #894DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894DF2; }
p { color: rgb(137,77,242); }
H1.HeaderClassName
{
color: #894DF2;
}
.AnyTagClassName
{
color: #894DF2;
}
</style>
background-color css
<style>
a { background-color: #894DF2; }
a { background-color: rgb(137,77,242); }
div.DivClassName
{
background-color: #894DF2;
}
.BgClassName
{
background-color: #894DF2;
}
</style>
border-color css
<style>
span { border-color: #894DF2; }
span { border-color: rgb(137,77,242); }
td.TdClassName
{
border-color: #894DF2;
}
.TagClassName
{
border-color: #894DF2;
}
</style>