Shades of Medium Slate Blue #895AF6
Tints of Medium Slate Blue #895AF6
RGB
CMYK
RGB Variations
Color information
#895AF6 (or 0x895AF6) is known color: Medium Slate Blue. HEX triplet: 89, 5A and F6. RGB value is (137,90,246). Sum of RGB (Red+Green+Blue) = 137+90+246=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #895AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AF6 is #76A509. Grayscale: #797979. Windows color (decimal): -7775498 or 16145033. OLE color: 16145033.
HSL color Cylindrical-coordinate representation of color #895AF6: hue angle of 258.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895AF6 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 90 | 246 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.04 |
| HSL | 258.08º | 0.9% | 0.66% | - |
| HSV(B) | 258.08º | 0.63% | 0.96% | - |
| XYZ | 30.61 | 19.28 | 89.3 | - |
| YUV | 121.84 | 198.07 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 246 | 0.44 | 0.63 | 0 | 0.04 | 258.08 | 0.9 | 0.66 |
| Hex | 89 | 5A | F6 | 2C | 3F | 0 | 4 | 102 | 5A | 42 |
| Octal | 211 | 132 | 366 | 54 | 77 | 0 | 4 | 402 | 132 | 102 |
| Binary | 10001001 | 1011010 | 11110110 | 101100 | 111111 | 0 | 100 | 100000010 | 1011010 | 1000010 |
Color Harmonies of #895AF6
Complementary color
Monochromatic Colors of #895AF6
Black with #895AF6
Text Example
Text Example
White with #895AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895AF6; }
p { color: rgb(137,90,246); }
H1.HeaderClassName
{
color: #895AF6;
}
.AnyTagClassName
{
color: #895AF6;
}
</style>
background-color css
<style>
a { background-color: #895AF6; }
a { background-color: rgb(137,90,246); }
div.DivClassName
{
background-color: #895AF6;
}
.BgClassName
{
background-color: #895AF6;
}
</style>
border-color css
<style>
span { border-color: #895AF6; }
span { border-color: rgb(137,90,246); }
td.TdClassName
{
border-color: #895AF6;
}
.TagClassName
{
border-color: #895AF6;
}
</style>