Shades of Medium Slate Blue #895DF2
Tints of Medium Slate Blue #895DF2
RGB
CMYK
RGB Variations
Color information
#895DF2 (or 0x895DF2) is known color: Medium Slate Blue. HEX triplet: 89, 5D and F2. RGB value is (137,93,242). Sum of RGB (Red+Green+Blue) = 137+93+242=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #895DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895DF2 is #76A20D. Grayscale: #7A7A7A. Windows color (decimal): -7774734 or 15883657. OLE color: 15883657.
HSL color Cylindrical-coordinate representation of color #895DF2: hue angle of 257.72º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #895DF2 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 93 | 242 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.05 |
| HSL | 257.72º | 0.85% | 0.66% | - |
| HSV(B) | 257.72º | 0.62% | 0.95% | - |
| XYZ | 30.26 | 19.56 | 86.18 | - |
| YUV | 123.14 | 195.08 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 242 | 0.43 | 0.62 | 0 | 0.05 | 257.72 | 0.85 | 0.66 |
| Hex | 89 | 5D | F2 | 2B | 3E | 0 | 5 | 102 | 55 | 42 |
| Octal | 211 | 135 | 362 | 53 | 76 | 0 | 5 | 402 | 125 | 102 |
| Binary | 10001001 | 1011101 | 11110010 | 101011 | 111110 | 0 | 101 | 100000010 | 1010101 | 1000010 |
Color Harmonies of #895DF2
Complementary color
Monochromatic Colors of #895DF2
Black with #895DF2
Text Example
Text Example
White with #895DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DF2; }
p { color: rgb(137,93,242); }
H1.HeaderClassName
{
color: #895DF2;
}
.AnyTagClassName
{
color: #895DF2;
}
</style>
background-color css
<style>
a { background-color: #895DF2; }
a { background-color: rgb(137,93,242); }
div.DivClassName
{
background-color: #895DF2;
}
.BgClassName
{
background-color: #895DF2;
}
</style>
border-color css
<style>
span { border-color: #895DF2; }
span { border-color: rgb(137,93,242); }
td.TdClassName
{
border-color: #895DF2;
}
.TagClassName
{
border-color: #895DF2;
}
</style>