Shades of Medium Slate Blue #885DF9
Tints of Medium Slate Blue #885DF9
RGB
CMYK
RGB Variations
Color information
#885DF9 (or 0x885DF9) is known color: Medium Slate Blue. HEX triplet: 88, 5D and F9. RGB value is (136,93,249). Sum of RGB (Red+Green+Blue) = 136+93+249=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 93 (36.72% from 255 or 19.46% 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 #885DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885DF9 is #77A206. Grayscale: #7B7B7B. Windows color (decimal): -7840263 or 16342408. OLE color: 16342408.
HSL color Cylindrical-coordinate representation of color #885DF9: hue angle of 256.54º 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 #885DF9 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 93 | 249 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.02 |
| HSL | 256.54º | 0.93% | 0.67% | - |
| HSV(B) | 256.54º | 0.63% | 0.98% | - |
| XYZ | 31.17 | 19.9 | 91.82 | - |
| YUV | 123.64 | 198.75 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 249 | 0.45 | 0.63 | 0 | 0.02 | 256.54 | 0.93 | 0.67 |
| Hex | 88 | 5D | F9 | 2D | 3F | 0 | 2 | 101 | 5D | 43 |
| Octal | 210 | 135 | 371 | 55 | 77 | 0 | 2 | 401 | 135 | 103 |
| Binary | 10001000 | 1011101 | 11111001 | 101101 | 111111 | 0 | 10 | 100000001 | 1011101 | 1000011 |
Color Harmonies of #885DF9
Complementary color
Monochromatic Colors of #885DF9
Black with #885DF9
Text Example
Text Example
White with #885DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885DF9; }
p { color: rgb(136,93,249); }
H1.HeaderClassName
{
color: #885DF9;
}
.AnyTagClassName
{
color: #885DF9;
}
</style>
background-color css
<style>
a { background-color: #885DF9; }
a { background-color: rgb(136,93,249); }
div.DivClassName
{
background-color: #885DF9;
}
.BgClassName
{
background-color: #885DF9;
}
</style>
border-color css
<style>
span { border-color: #885DF9; }
span { border-color: rgb(136,93,249); }
td.TdClassName
{
border-color: #885DF9;
}
.TagClassName
{
border-color: #885DF9;
}
</style>