Shades of Medium Slate Blue #894CEF
Tints of Medium Slate Blue #894CEF
RGB
CMYK
RGB Variations
Color information
#894CEF (or 0x894CEF) is known color: Medium Slate Blue. HEX triplet: 89, 4C and EF. RGB value is (137,76,239). Sum of RGB (Red+Green+Blue) = 137+76+239=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #894CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894CEF is #76B310. Grayscale: #707070. Windows color (decimal): -7779089 or 15682697. OLE color: 15682697.
HSL color Cylindrical-coordinate representation of color #894CEF: hue angle of 262.45º 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 #894CEF is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 76 | 239 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.06 |
| HSL | 262.45º | 0.84% | 0.62% | - |
| HSV(B) | 262.45º | 0.68% | 0.94% | - |
| XYZ | 28.48 | 16.72 | 83.39 | - |
| YUV | 112.82 | 199.21 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 239 | 0.43 | 0.68 | 0 | 0.06 | 262.45 | 0.84 | 0.62 |
| Hex | 89 | 4C | EF | 2B | 44 | 0 | 6 | 106 | 54 | 3E |
| Octal | 211 | 114 | 357 | 53 | 104 | 0 | 6 | 406 | 124 | 76 |
| Binary | 10001001 | 1001100 | 11101111 | 101011 | 1000100 | 0 | 110 | 100000110 | 1010100 | 111110 |
Color Harmonies of #894CEF
Complementary color
Monochromatic Colors of #894CEF
Black with #894CEF
Text Example
Text Example
White with #894CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CEF; }
p { color: rgb(137,76,239); }
H1.HeaderClassName
{
color: #894CEF;
}
.AnyTagClassName
{
color: #894CEF;
}
</style>
background-color css
<style>
a { background-color: #894CEF; }
a { background-color: rgb(137,76,239); }
div.DivClassName
{
background-color: #894CEF;
}
.BgClassName
{
background-color: #894CEF;
}
</style>
border-color css
<style>
span { border-color: #894CEF; }
span { border-color: rgb(137,76,239); }
td.TdClassName
{
border-color: #894CEF;
}
.TagClassName
{
border-color: #894CEF;
}
</style>