Shades of Medium Slate Blue #885FF6
Tints of Medium Slate Blue #885FF6
RGB
CMYK
RGB Variations
Color information
#885FF6 (or 0x885FF6) is known color: Medium Slate Blue. HEX triplet: 88, 5F and F6. RGB value is (136,95,246). Sum of RGB (Red+Green+Blue) = 136+95+246=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #885FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FF6 is #77A009. Grayscale: #7B7B7B. Windows color (decimal): -7839754 or 16146312. OLE color: 16146312.
HSL color Cylindrical-coordinate representation of color #885FF6: hue angle of 256.29º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #885FF6 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 95 | 246 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.04 |
| HSL | 256.29º | 0.89% | 0.67% | - |
| HSV(B) | 256.29º | 0.61% | 0.96% | - |
| XYZ | 30.88 | 20.07 | 89.44 | - |
| YUV | 124.47 | 196.58 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 246 | 0.45 | 0.61 | 0 | 0.04 | 256.29 | 0.89 | 0.67 |
| Hex | 88 | 5F | F6 | 2D | 3D | 0 | 4 | 100 | 59 | 43 |
| Octal | 210 | 137 | 366 | 55 | 75 | 0 | 4 | 400 | 131 | 103 |
| Binary | 10001000 | 1011111 | 11110110 | 101101 | 111101 | 0 | 100 | 100000000 | 1011001 | 1000011 |
Color Harmonies of #885FF6
Complementary color
Monochromatic Colors of #885FF6
Black with #885FF6
Text Example
Text Example
White with #885FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FF6; }
p { color: rgb(136,95,246); }
H1.HeaderClassName
{
color: #885FF6;
}
.AnyTagClassName
{
color: #885FF6;
}
</style>
background-color css
<style>
a { background-color: #885FF6; }
a { background-color: rgb(136,95,246); }
div.DivClassName
{
background-color: #885FF6;
}
.BgClassName
{
background-color: #885FF6;
}
</style>
border-color css
<style>
span { border-color: #885FF6; }
span { border-color: rgb(136,95,246); }
td.TdClassName
{
border-color: #885FF6;
}
.TagClassName
{
border-color: #885FF6;
}
</style>