Shades of Medium Slate Blue #894DF0
Tints of Medium Slate Blue #894DF0
RGB
CMYK
RGB Variations
Color information
#894DF0 (or 0x894DF0) is known color: Medium Slate Blue. HEX triplet: 89, 4D and F0. RGB value is (137,77,240). Sum of RGB (Red+Green+Blue) = 137+77+240=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #894DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894DF0 is #76B20F. Grayscale: #707070. Windows color (decimal): -7778832 or 15748489. OLE color: 15748489.
HSL color Cylindrical-coordinate representation of color #894DF0: hue angle of 262.09º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894DF0 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 77 | 240 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.06 |
| HSL | 262.09º | 0.84% | 0.62% | - |
| HSV(B) | 262.09º | 0.68% | 0.94% | - |
| XYZ | 28.7 | 16.92 | 84.19 | - |
| YUV | 113.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 240 | 0.43 | 0.68 | 0 | 0.06 | 262.09 | 0.84 | 0.62 |
| Hex | 89 | 4D | F0 | 2B | 44 | 0 | 6 | 106 | 54 | 3E |
| Octal | 211 | 115 | 360 | 53 | 104 | 0 | 6 | 406 | 124 | 76 |
| Binary | 10001001 | 1001101 | 11110000 | 101011 | 1000100 | 0 | 110 | 100000110 | 1010100 | 111110 |
Color Harmonies of #894DF0
Complementary color
Monochromatic Colors of #894DF0
Black with #894DF0
Text Example
Text Example
White with #894DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894DF0; }
p { color: rgb(137,77,240); }
H1.HeaderClassName
{
color: #894DF0;
}
.AnyTagClassName
{
color: #894DF0;
}
</style>
background-color css
<style>
a { background-color: #894DF0; }
a { background-color: rgb(137,77,240); }
div.DivClassName
{
background-color: #894DF0;
}
.BgClassName
{
background-color: #894DF0;
}
</style>
border-color css
<style>
span { border-color: #894DF0; }
span { border-color: rgb(137,77,240); }
td.TdClassName
{
border-color: #894DF0;
}
.TagClassName
{
border-color: #894DF0;
}
</style>