Shades of Medium Slate Blue #894FFC
Tints of Medium Slate Blue #894FFC
RGB
CMYK
RGB Variations
Color information
#894FFC (or 0x894FFC) is known color: Medium Slate Blue. HEX triplet: 89, 4F and FC. RGB value is (137,79,252). Sum of RGB (Red+Green+Blue) = 137+79+252=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #894FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894FFC is #76B003. Grayscale: #737373. Windows color (decimal): -7778308 or 16535433. OLE color: 16535433.
HSL color Cylindrical-coordinate representation of color #894FFC: hue angle of 260.12º 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 #894FFC is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 79 | 252 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.01 |
| HSL | 260.12º | 0.97% | 0.65% | - |
| HSV(B) | 260.12º | 0.69% | 0.99% | - |
| XYZ | 30.68 | 17.94 | 93.94 | - |
| YUV | 116.06 | 204.72 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 252 | 0.46 | 0.69 | 0 | 0.01 | 260.12 | 0.97 | 0.65 |
| Hex | 89 | 4F | FC | 2E | 45 | 0 | 1 | 104 | 61 | 41 |
| Octal | 211 | 117 | 374 | 56 | 105 | 0 | 1 | 404 | 141 | 101 |
| Binary | 10001001 | 1001111 | 11111100 | 101110 | 1000101 | 0 | 1 | 100000100 | 1100001 | 1000001 |
Color Harmonies of #894FFC
Complementary color
Monochromatic Colors of #894FFC
Black with #894FFC
Text Example
Text Example
White with #894FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894FFC; }
p { color: rgb(137,79,252); }
H1.HeaderClassName
{
color: #894FFC;
}
.AnyTagClassName
{
color: #894FFC;
}
</style>
background-color css
<style>
a { background-color: #894FFC; }
a { background-color: rgb(137,79,252); }
div.DivClassName
{
background-color: #894FFC;
}
.BgClassName
{
background-color: #894FFC;
}
</style>
border-color css
<style>
span { border-color: #894FFC; }
span { border-color: rgb(137,79,252); }
td.TdClassName
{
border-color: #894FFC;
}
.TagClassName
{
border-color: #894FFC;
}
</style>