Shades of Medium Slate Blue #894BFE
Tints of Medium Slate Blue #894BFE
RGB
CMYK
RGB Variations
Color information
#894BFE (or 0x894BFE) is known color: Medium Slate Blue. HEX triplet: 89, 4B and FE. RGB value is (137,75,254). Sum of RGB (Red+Green+Blue) = 137+75+254=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #894BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894BFE is #76B401. Grayscale: #717171. Windows color (decimal): -7779330 or 16665481. OLE color: 16665481.
HSL color Cylindrical-coordinate representation of color #894BFE: hue angle of 260.78º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #894BFE is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 75 | 254 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.00 |
| HSL | 260.78º | 0.99% | 0.65% | - |
| HSV(B) | 260.78º | 0.7% | 1% | - |
| XYZ | 30.72 | 17.51 | 95.53 | - |
| YUV | 113.94 | 207.04 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 254 | 0.46 | 0.70 | 0 | 0.00 | 260.78 | 0.99 | 0.65 |
| Hex | 89 | 4B | FE | 2E | 46 | 0 | 0 | 105 | 63 | 41 |
| Octal | 211 | 113 | 376 | 56 | 106 | 0 | 0 | 405 | 143 | 101 |
| Binary | 10001001 | 1001011 | 11111110 | 101110 | 1000110 | 0 | 0 | 100000101 | 1100011 | 1000001 |
Color Harmonies of #894BFE
Complementary color
Monochromatic Colors of #894BFE
Black with #894BFE
Text Example
Text Example
White with #894BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894BFE; }
p { color: rgb(137,75,254); }
H1.HeaderClassName
{
color: #894BFE;
}
.AnyTagClassName
{
color: #894BFE;
}
</style>
background-color css
<style>
a { background-color: #894BFE; }
a { background-color: rgb(137,75,254); }
div.DivClassName
{
background-color: #894BFE;
}
.BgClassName
{
background-color: #894BFE;
}
</style>
border-color css
<style>
span { border-color: #894BFE; }
span { border-color: rgb(137,75,254); }
td.TdClassName
{
border-color: #894BFE;
}
.TagClassName
{
border-color: #894BFE;
}
</style>