Shades of Medium Slate Blue #885FF7
Tints of Medium Slate Blue #885FF7
RGB
CMYK
RGB Variations
Color information
#885FF7 (or 0x885FF7) is known color: Medium Slate Blue. HEX triplet: 88, 5F and F7. RGB value is (136,95,247). Sum of RGB (Red+Green+Blue) = 136+95+247=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #885FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FF7 is #77A008. Grayscale: #7C7C7C. Windows color (decimal): -7839753 or 16211848. OLE color: 16211848.
HSL color Cylindrical-coordinate representation of color #885FF7: hue angle of 256.18º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885FF7 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 95 | 247 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.03 |
| HSL | 256.18º | 0.9% | 0.67% | - |
| HSV(B) | 256.18º | 0.62% | 0.97% | - |
| XYZ | 31.03 | 20.13 | 90.25 | - |
| YUV | 124.59 | 197.08 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 247 | 0.45 | 0.62 | 0 | 0.03 | 256.18 | 0.9 | 0.67 |
| Hex | 88 | 5F | F7 | 2D | 3E | 0 | 3 | 100 | 5A | 43 |
| Octal | 210 | 137 | 367 | 55 | 76 | 0 | 3 | 400 | 132 | 103 |
| Binary | 10001000 | 1011111 | 11110111 | 101101 | 111110 | 0 | 11 | 100000000 | 1011010 | 1000011 |
Color Harmonies of #885FF7
Complementary color
Monochromatic Colors of #885FF7
Black with #885FF7
Text Example
Text Example
White with #885FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FF7; }
p { color: rgb(136,95,247); }
H1.HeaderClassName
{
color: #885FF7;
}
.AnyTagClassName
{
color: #885FF7;
}
</style>
background-color css
<style>
a { background-color: #885FF7; }
a { background-color: rgb(136,95,247); }
div.DivClassName
{
background-color: #885FF7;
}
.BgClassName
{
background-color: #885FF7;
}
</style>
border-color css
<style>
span { border-color: #885FF7; }
span { border-color: rgb(136,95,247); }
td.TdClassName
{
border-color: #885FF7;
}
.TagClassName
{
border-color: #885FF7;
}
</style>