Shades of Medium Slate Blue #894FF0
Tints of Medium Slate Blue #894FF0
RGB
CMYK
RGB Variations
Color information
#894FF0 (or 0x894FF0) is known color: Medium Slate Blue. HEX triplet: 89, 4F and F0. RGB value is (137,79,240). Sum of RGB (Red+Green+Blue) = 137+79+240=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #894FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894FF0 is #76B00F. Grayscale: #727272. Windows color (decimal): -7778320 or 15749001. OLE color: 15749001.
HSL color Cylindrical-coordinate representation of color #894FF0: hue angle of 261.61º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #894FF0 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 79 | 240 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.06 |
| HSL | 261.61º | 0.84% | 0.63% | - |
| HSV(B) | 261.61º | 0.67% | 0.94% | - |
| XYZ | 28.84 | 17.2 | 84.24 | - |
| YUV | 114.7 | 198.72 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 240 | 0.43 | 0.67 | 0 | 0.06 | 261.61 | 0.84 | 0.63 |
| Hex | 89 | 4F | F0 | 2B | 43 | 0 | 6 | 106 | 54 | 3F |
| Octal | 211 | 117 | 360 | 53 | 103 | 0 | 6 | 406 | 124 | 77 |
| Binary | 10001001 | 1001111 | 11110000 | 101011 | 1000011 | 0 | 110 | 100000110 | 1010100 | 111111 |
Color Harmonies of #894FF0
Complementary color
Monochromatic Colors of #894FF0
Black with #894FF0
Text Example
Text Example
White with #894FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894FF0; }
p { color: rgb(137,79,240); }
H1.HeaderClassName
{
color: #894FF0;
}
.AnyTagClassName
{
color: #894FF0;
}
</style>
background-color css
<style>
a { background-color: #894FF0; }
a { background-color: rgb(137,79,240); }
div.DivClassName
{
background-color: #894FF0;
}
.BgClassName
{
background-color: #894FF0;
}
</style>
border-color css
<style>
span { border-color: #894FF0; }
span { border-color: rgb(137,79,240); }
td.TdClassName
{
border-color: #894FF0;
}
.TagClassName
{
border-color: #894FF0;
}
</style>