Shades of Medium Slate Blue #894FF8
Tints of Medium Slate Blue #894FF8
RGB
CMYK
RGB Variations
Color information
#894FF8 (or 0x894FF8) is known color: Medium Slate Blue. HEX triplet: 89, 4F and F8. RGB value is (137,79,248). Sum of RGB (Red+Green+Blue) = 137+79+248=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #894FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894FF8 is #76B007. Grayscale: #727272. Windows color (decimal): -7778312 or 16273289. OLE color: 16273289.
HSL color Cylindrical-coordinate representation of color #894FF8: hue angle of 260.59º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894FF8 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 79 | 248 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.03 |
| HSL | 260.59º | 0.92% | 0.64% | - |
| HSV(B) | 260.59º | 0.68% | 0.97% | - |
| XYZ | 30.06 | 17.69 | 90.64 | - |
| YUV | 115.61 | 202.72 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 248 | 0.45 | 0.68 | 0 | 0.03 | 260.59 | 0.92 | 0.64 |
| Hex | 89 | 4F | F8 | 2D | 44 | 0 | 3 | 105 | 5C | 40 |
| Octal | 211 | 117 | 370 | 55 | 104 | 0 | 3 | 405 | 134 | 100 |
| Binary | 10001001 | 1001111 | 11111000 | 101101 | 1000100 | 0 | 11 | 100000101 | 1011100 | 1000000 |
Color Harmonies of #894FF8
Complementary color
Monochromatic Colors of #894FF8
Black with #894FF8
Text Example
Text Example
White with #894FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894FF8; }
p { color: rgb(137,79,248); }
H1.HeaderClassName
{
color: #894FF8;
}
.AnyTagClassName
{
color: #894FF8;
}
</style>
background-color css
<style>
a { background-color: #894FF8; }
a { background-color: rgb(137,79,248); }
div.DivClassName
{
background-color: #894FF8;
}
.BgClassName
{
background-color: #894FF8;
}
</style>
border-color css
<style>
span { border-color: #894FF8; }
span { border-color: rgb(137,79,248); }
td.TdClassName
{
border-color: #894FF8;
}
.TagClassName
{
border-color: #894FF8;
}
</style>