Shades of Medium Slate Blue #894AF6
Tints of Medium Slate Blue #894AF6
RGB
CMYK
RGB Variations
Color information
#894AF6 (or 0x894AF6) is known color: Medium Slate Blue. HEX triplet: 89, 4A and F6. RGB value is (137,74,246). Sum of RGB (Red+Green+Blue) = 137+74+246=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #894AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894AF6 is #76B509. Grayscale: #6F6F6F. Windows color (decimal): -7779594 or 16140937. OLE color: 16140937.
HSL color Cylindrical-coordinate representation of color #894AF6: hue angle of 261.98º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #894AF6 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 74 | 246 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.04 |
| HSL | 261.98º | 0.91% | 0.63% | - |
| HSV(B) | 261.98º | 0.7% | 0.96% | - |
| XYZ | 29.4 | 16.87 | 88.9 | - |
| YUV | 112.45 | 203.37 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 246 | 0.44 | 0.70 | 0 | 0.04 | 261.98 | 0.91 | 0.63 |
| Hex | 89 | 4A | F6 | 2C | 46 | 0 | 4 | 106 | 5B | 3F |
| Octal | 211 | 112 | 366 | 54 | 106 | 0 | 4 | 406 | 133 | 77 |
| Binary | 10001001 | 1001010 | 11110110 | 101100 | 1000110 | 0 | 100 | 100000110 | 1011011 | 111111 |
Color Harmonies of #894AF6
Complementary color
Monochromatic Colors of #894AF6
Black with #894AF6
Text Example
Text Example
White with #894AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894AF6; }
p { color: rgb(137,74,246); }
H1.HeaderClassName
{
color: #894AF6;
}
.AnyTagClassName
{
color: #894AF6;
}
</style>
background-color css
<style>
a { background-color: #894AF6; }
a { background-color: rgb(137,74,246); }
div.DivClassName
{
background-color: #894AF6;
}
.BgClassName
{
background-color: #894AF6;
}
</style>
border-color css
<style>
span { border-color: #894AF6; }
span { border-color: rgb(137,74,246); }
td.TdClassName
{
border-color: #894AF6;
}
.TagClassName
{
border-color: #894AF6;
}
</style>