Shades of Medium Slate Blue #895CF1
Tints of Medium Slate Blue #895CF1
RGB
CMYK
RGB Variations
Color information
#895CF1 (or 0x895CF1) is known color: Medium Slate Blue. HEX triplet: 89, 5C and F1. RGB value is (137,92,241). Sum of RGB (Red+Green+Blue) = 137+92+241=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #895CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895CF1 is #76A30E. Grayscale: #797979. Windows color (decimal): -7774991 or 15817865. OLE color: 15817865.
HSL color Cylindrical-coordinate representation of color #895CF1: hue angle of 258.12º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #895CF1 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 92 | 241 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.05 |
| HSL | 258.12º | 0.84% | 0.65% | - |
| HSV(B) | 258.12º | 0.62% | 0.95% | - |
| XYZ | 30.02 | 19.32 | 85.37 | - |
| YUV | 122.44 | 194.91 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 241 | 0.43 | 0.62 | 0 | 0.05 | 258.12 | 0.84 | 0.65 |
| Hex | 89 | 5C | F1 | 2B | 3E | 0 | 5 | 102 | 54 | 41 |
| Octal | 211 | 134 | 361 | 53 | 76 | 0 | 5 | 402 | 124 | 101 |
| Binary | 10001001 | 1011100 | 11110001 | 101011 | 111110 | 0 | 101 | 100000010 | 1010100 | 1000001 |
Color Harmonies of #895CF1
Complementary color
Monochromatic Colors of #895CF1
Black with #895CF1
Text Example
Text Example
White with #895CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895CF1; }
p { color: rgb(137,92,241); }
H1.HeaderClassName
{
color: #895CF1;
}
.AnyTagClassName
{
color: #895CF1;
}
</style>
background-color css
<style>
a { background-color: #895CF1; }
a { background-color: rgb(137,92,241); }
div.DivClassName
{
background-color: #895CF1;
}
.BgClassName
{
background-color: #895CF1;
}
</style>
border-color css
<style>
span { border-color: #895CF1; }
span { border-color: rgb(137,92,241); }
td.TdClassName
{
border-color: #895CF1;
}
.TagClassName
{
border-color: #895CF1;
}
</style>