Shades of Medium Slate Blue #895FF5
Tints of Medium Slate Blue #895FF5
RGB
CMYK
RGB Variations
Color information
#895FF5 (or 0x895FF5) is known color: Medium Slate Blue. HEX triplet: 89, 5F and F5. RGB value is (137,95,245). Sum of RGB (Red+Green+Blue) = 137+95+245=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 245 (96.09% from 255 or 51.36% from 477); Max value from RGB is 245 - color contains mainly: blue. Hex color #895FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895FF5 is #76A00A. Grayscale: #7C7C7C. Windows color (decimal): -7774219 or 16080777. OLE color: 16080777.
HSL color Cylindrical-coordinate representation of color #895FF5: hue angle of 256.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #895FF5 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 95 | 245 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.04 |
| HSL | 256.8º | 0.88% | 0.67% | - |
| HSV(B) | 256.8º | 0.61% | 0.96% | - |
| XYZ | 30.89 | 20.1 | 88.64 | - |
| YUV | 124.66 | 195.91 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 245 | 0.44 | 0.61 | 0 | 0.04 | 256.8 | 0.88 | 0.67 |
| Hex | 89 | 5F | F5 | 2C | 3D | 0 | 4 | 101 | 58 | 43 |
| Octal | 211 | 137 | 365 | 54 | 75 | 0 | 4 | 401 | 130 | 103 |
| Binary | 10001001 | 1011111 | 11110101 | 101100 | 111101 | 0 | 100 | 100000001 | 1011000 | 1000011 |
Color Harmonies of #895FF5
Complementary color
Monochromatic Colors of #895FF5
Black with #895FF5
Text Example
Text Example
White with #895FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FF5; }
p { color: rgb(137,95,245); }
H1.HeaderClassName
{
color: #895FF5;
}
.AnyTagClassName
{
color: #895FF5;
}
</style>
background-color css
<style>
a { background-color: #895FF5; }
a { background-color: rgb(137,95,245); }
div.DivClassName
{
background-color: #895FF5;
}
.BgClassName
{
background-color: #895FF5;
}
</style>
border-color css
<style>
span { border-color: #895FF5; }
span { border-color: rgb(137,95,245); }
td.TdClassName
{
border-color: #895FF5;
}
.TagClassName
{
border-color: #895FF5;
}
</style>