Shades of Medium Slate Blue #894EFF
Tints of Medium Slate Blue #894EFF
RGB
CMYK
RGB Variations
Color information
#894EFF (or 0x894EFF) is known color: Medium Slate Blue. HEX triplet: 89, 4E and FF. RGB value is (137,78,255). Sum of RGB (Red+Green+Blue) = 137+78+255=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #894EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894EFF is #76B100. Grayscale: #737373. Windows color (decimal): -7778561 or 16731785. OLE color: 16731785.
HSL color Cylindrical-coordinate representation of color #894EFF: hue angle of 260º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #894EFF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 78 | 255 | - |
| CMYK | 0.46 | 0.69 | 0 | 0 |
| HSL | 260º | 1% | 0.65% | - |
| HSV(B) | 260º | 0.69% | 1% | - |
| XYZ | 31.09 | 17.99 | 96.44 | - |
| YUV | 115.82 | 206.55 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 255 | 0.46 | 0.69 | 0 | 0 | 260 | 1 | 0.65 |
| Hex | 89 | 4E | FF | 2E | 45 | 0 | 0 | 104 | 64 | 41 |
| Octal | 211 | 116 | 377 | 56 | 105 | 0 | 0 | 404 | 144 | 101 |
| Binary | 10001001 | 1001110 | 11111111 | 101110 | 1000101 | 0 | 0 | 100000100 | 1100100 | 1000001 |
Color Harmonies of #894EFF
Complementary color
Monochromatic Colors of #894EFF
Black with #894EFF
Text Example
Text Example
White with #894EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894EFF; }
p { color: rgb(137,78,255); }
H1.HeaderClassName
{
color: #894EFF;
}
.AnyTagClassName
{
color: #894EFF;
}
</style>
background-color css
<style>
a { background-color: #894EFF; }
a { background-color: rgb(137,78,255); }
div.DivClassName
{
background-color: #894EFF;
}
.BgClassName
{
background-color: #894EFF;
}
</style>
border-color css
<style>
span { border-color: #894EFF; }
span { border-color: rgb(137,78,255); }
td.TdClassName
{
border-color: #894EFF;
}
.TagClassName
{
border-color: #894EFF;
}
</style>