Shades of Medium Slate Blue #886EF1
Tints of Medium Slate Blue #886EF1
RGB
CMYK
RGB Variations
Color information
#886EF1 (or 0x886EF1) is known color: Medium Slate Blue. HEX triplet: 88, 6E and F1. RGB value is (136,110,241). Sum of RGB (Red+Green+Blue) = 136+110+241=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #886EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886EF1 is #77910E. Grayscale: #848484. Windows color (decimal): -7835919 or 15822472. OLE color: 15822472.
HSL color Cylindrical-coordinate representation of color #886EF1: hue angle of 251.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #886EF1 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 110 | 241 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.05 |
| HSL | 251.91º | 0.82% | 0.69% | - |
| HSV(B) | 251.91º | 0.54% | 0.95% | - |
| XYZ | 31.61 | 22.74 | 85.94 | - |
| YUV | 132.71 | 189.11 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 241 | 0.44 | 0.54 | 0 | 0.05 | 251.91 | 0.82 | 0.69 |
| Hex | 88 | 6E | F1 | 2C | 36 | 0 | 5 | FC | 52 | 45 |
| Octal | 210 | 156 | 361 | 54 | 66 | 0 | 5 | 374 | 122 | 105 |
| Binary | 10001000 | 1101110 | 11110001 | 101100 | 110110 | 0 | 101 | 11111100 | 1010010 | 1000101 |
Color Harmonies of #886EF1
Complementary color
Monochromatic Colors of #886EF1
Black with #886EF1
Text Example
Text Example
White with #886EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886EF1; }
p { color: rgb(136,110,241); }
H1.HeaderClassName
{
color: #886EF1;
}
.AnyTagClassName
{
color: #886EF1;
}
</style>
background-color css
<style>
a { background-color: #886EF1; }
a { background-color: rgb(136,110,241); }
div.DivClassName
{
background-color: #886EF1;
}
.BgClassName
{
background-color: #886EF1;
}
</style>
border-color css
<style>
span { border-color: #886EF1; }
span { border-color: rgb(136,110,241); }
td.TdClassName
{
border-color: #886EF1;
}
.TagClassName
{
border-color: #886EF1;
}
</style>