Shades of Medium Slate Blue #895FF7
Tints of Medium Slate Blue #895FF7
RGB
CMYK
RGB Variations
Color information
#895FF7 (or 0x895FF7) is known color: Medium Slate Blue. HEX triplet: 89, 5F and F7. RGB value is (137,95,247). Sum of RGB (Red+Green+Blue) = 137+95+247=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #895FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895FF7 is #76A008. Grayscale: #7C7C7C. Windows color (decimal): -7774217 or 16211849. OLE color: 16211849.
HSL color Cylindrical-coordinate representation of color #895FF7: hue angle of 256.58º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #895FF7 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 95 | 247 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.03 |
| HSL | 256.58º | 0.9% | 0.67% | - |
| HSV(B) | 256.58º | 0.62% | 0.97% | - |
| XYZ | 31.2 | 20.22 | 90.25 | - |
| YUV | 124.89 | 196.91 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 247 | 0.45 | 0.62 | 0 | 0.03 | 256.58 | 0.9 | 0.67 |
| Hex | 89 | 5F | F7 | 2D | 3E | 0 | 3 | 101 | 5A | 43 |
| Octal | 211 | 137 | 367 | 55 | 76 | 0 | 3 | 401 | 132 | 103 |
| Binary | 10001001 | 1011111 | 11110111 | 101101 | 111110 | 0 | 11 | 100000001 | 1011010 | 1000011 |
Color Harmonies of #895FF7
Complementary color
Monochromatic Colors of #895FF7
Black with #895FF7
Text Example
Text Example
White with #895FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FF7; }
p { color: rgb(137,95,247); }
H1.HeaderClassName
{
color: #895FF7;
}
.AnyTagClassName
{
color: #895FF7;
}
</style>
background-color css
<style>
a { background-color: #895FF7; }
a { background-color: rgb(137,95,247); }
div.DivClassName
{
background-color: #895FF7;
}
.BgClassName
{
background-color: #895FF7;
}
</style>
border-color css
<style>
span { border-color: #895FF7; }
span { border-color: rgb(137,95,247); }
td.TdClassName
{
border-color: #895FF7;
}
.TagClassName
{
border-color: #895FF7;
}
</style>