Shades of Medium Slate Blue #894EFC
Tints of Medium Slate Blue #894EFC
RGB
CMYK
RGB Variations
Color information
#894EFC (or 0x894EFC) is known color: Medium Slate Blue. HEX triplet: 89, 4E and FC. RGB value is (137,78,252). Sum of RGB (Red+Green+Blue) = 137+78+252=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #894EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894EFC is #76B103. Grayscale: #727272. Windows color (decimal): -7778564 or 16535177. OLE color: 16535177.
HSL color Cylindrical-coordinate representation of color #894EFC: hue angle of 260.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #894EFC is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 78 | 252 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.01 |
| HSL | 260.34º | 0.97% | 0.65% | - |
| HSV(B) | 260.34º | 0.69% | 0.99% | - |
| XYZ | 30.61 | 17.8 | 93.92 | - |
| YUV | 115.48 | 205.05 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 252 | 0.46 | 0.69 | 0 | 0.01 | 260.34 | 0.97 | 0.65 |
| Hex | 89 | 4E | FC | 2E | 45 | 0 | 1 | 104 | 61 | 41 |
| Octal | 211 | 116 | 374 | 56 | 105 | 0 | 1 | 404 | 141 | 101 |
| Binary | 10001001 | 1001110 | 11111100 | 101110 | 1000101 | 0 | 1 | 100000100 | 1100001 | 1000001 |
Color Harmonies of #894EFC
Complementary color
Monochromatic Colors of #894EFC
Black with #894EFC
Text Example
Text Example
White with #894EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894EFC; }
p { color: rgb(137,78,252); }
H1.HeaderClassName
{
color: #894EFC;
}
.AnyTagClassName
{
color: #894EFC;
}
</style>
background-color css
<style>
a { background-color: #894EFC; }
a { background-color: rgb(137,78,252); }
div.DivClassName
{
background-color: #894EFC;
}
.BgClassName
{
background-color: #894EFC;
}
</style>
border-color css
<style>
span { border-color: #894EFC; }
span { border-color: rgb(137,78,252); }
td.TdClassName
{
border-color: #894EFC;
}
.TagClassName
{
border-color: #894EFC;
}
</style>