Shades of Medium Slate Blue #894DFC
Tints of Medium Slate Blue #894DFC
RGB
CMYK
RGB Variations
Color information
#894DFC (or 0x894DFC) is known color: Medium Slate Blue. HEX triplet: 89, 4D and FC. RGB value is (137,77,252). Sum of RGB (Red+Green+Blue) = 137+77+252=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #894DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894DFC is #76B203. Grayscale: #727272. Windows color (decimal): -7778820 or 16534921. OLE color: 16534921.
HSL color Cylindrical-coordinate representation of color #894DFC: hue angle of 260.57º 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 #894DFC is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 77 | 252 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.01 |
| HSL | 260.57º | 0.97% | 0.65% | - |
| HSV(B) | 260.57º | 0.69% | 0.99% | - |
| XYZ | 30.54 | 17.65 | 93.89 | - |
| YUV | 114.89 | 205.38 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 252 | 0.46 | 0.69 | 0 | 0.01 | 260.57 | 0.97 | 0.65 |
| Hex | 89 | 4D | FC | 2E | 45 | 0 | 1 | 105 | 61 | 41 |
| Octal | 211 | 115 | 374 | 56 | 105 | 0 | 1 | 405 | 141 | 101 |
| Binary | 10001001 | 1001101 | 11111100 | 101110 | 1000101 | 0 | 1 | 100000101 | 1100001 | 1000001 |
Color Harmonies of #894DFC
Complementary color
Monochromatic Colors of #894DFC
Black with #894DFC
Text Example
Text Example
White with #894DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894DFC; }
p { color: rgb(137,77,252); }
H1.HeaderClassName
{
color: #894DFC;
}
.AnyTagClassName
{
color: #894DFC;
}
</style>
background-color css
<style>
a { background-color: #894DFC; }
a { background-color: rgb(137,77,252); }
div.DivClassName
{
background-color: #894DFC;
}
.BgClassName
{
background-color: #894DFC;
}
</style>
border-color css
<style>
span { border-color: #894DFC; }
span { border-color: rgb(137,77,252); }
td.TdClassName
{
border-color: #894DFC;
}
.TagClassName
{
border-color: #894DFC;
}
</style>