Shades of Medium Slate Blue #895CF9
Tints of Medium Slate Blue #895CF9
RGB
CMYK
RGB Variations
Color information
#895CF9 (or 0x895CF9) is known color: Medium Slate Blue. HEX triplet: 89, 5C and F9. RGB value is (137,92,249). Sum of RGB (Red+Green+Blue) = 137+92+249=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #895CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895CF9 is #76A306. Grayscale: #7A7A7A. Windows color (decimal): -7774983 or 16342153. OLE color: 16342153.
HSL color Cylindrical-coordinate representation of color #895CF9: hue angle of 257.2º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895CF9 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 92 | 249 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.02 |
| HSL | 257.2º | 0.93% | 0.67% | - |
| HSV(B) | 257.2º | 0.63% | 0.98% | - |
| XYZ | 31.24 | 19.81 | 91.8 | - |
| YUV | 123.35 | 198.91 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 249 | 0.45 | 0.63 | 0 | 0.02 | 257.2 | 0.93 | 0.67 |
| Hex | 89 | 5C | F9 | 2D | 3F | 0 | 2 | 101 | 5D | 43 |
| Octal | 211 | 134 | 371 | 55 | 77 | 0 | 2 | 401 | 135 | 103 |
| Binary | 10001001 | 1011100 | 11111001 | 101101 | 111111 | 0 | 10 | 100000001 | 1011101 | 1000011 |
Color Harmonies of #895CF9
Complementary color
Monochromatic Colors of #895CF9
Black with #895CF9
Text Example
Text Example
White with #895CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895CF9; }
p { color: rgb(137,92,249); }
H1.HeaderClassName
{
color: #895CF9;
}
.AnyTagClassName
{
color: #895CF9;
}
</style>
background-color css
<style>
a { background-color: #895CF9; }
a { background-color: rgb(137,92,249); }
div.DivClassName
{
background-color: #895CF9;
}
.BgClassName
{
background-color: #895CF9;
}
</style>
border-color css
<style>
span { border-color: #895CF9; }
span { border-color: rgb(137,92,249); }
td.TdClassName
{
border-color: #895CF9;
}
.TagClassName
{
border-color: #895CF9;
}
</style>