Shades of Medium Slate Blue #886BEE
Tints of Medium Slate Blue #886BEE
RGB
CMYK
RGB Variations
Color information
#886BEE (or 0x886BEE) is known color: Medium Slate Blue. HEX triplet: 88, 6B and EE. RGB value is (136,107,238). Sum of RGB (Red+Green+Blue) = 136+107+238=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #886BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886BEE is #779411. Grayscale: #828282. Windows color (decimal): -7836690 or 15625096. OLE color: 15625096.
HSL color Cylindrical-coordinate representation of color #886BEE: hue angle of 253.28º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #886BEE is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 107 | 238 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.07 |
| HSL | 253.28º | 0.79% | 0.68% | - |
| HSV(B) | 253.28º | 0.55% | 0.93% | - |
| XYZ | 30.84 | 21.92 | 83.49 | - |
| YUV | 130.61 | 188.61 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 238 | 0.43 | 0.55 | 0 | 0.07 | 253.28 | 0.79 | 0.68 |
| Hex | 88 | 6B | EE | 2B | 37 | 0 | 7 | FD | 4F | 44 |
| Octal | 210 | 153 | 356 | 53 | 67 | 0 | 7 | 375 | 117 | 104 |
| Binary | 10001000 | 1101011 | 11101110 | 101011 | 110111 | 0 | 111 | 11111101 | 1001111 | 1000100 |
Color Harmonies of #886BEE
Complementary color
Monochromatic Colors of #886BEE
Black with #886BEE
Text Example
Text Example
White with #886BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BEE; }
p { color: rgb(136,107,238); }
H1.HeaderClassName
{
color: #886BEE;
}
.AnyTagClassName
{
color: #886BEE;
}
</style>
background-color css
<style>
a { background-color: #886BEE; }
a { background-color: rgb(136,107,238); }
div.DivClassName
{
background-color: #886BEE;
}
.BgClassName
{
background-color: #886BEE;
}
</style>
border-color css
<style>
span { border-color: #886BEE; }
span { border-color: rgb(136,107,238); }
td.TdClassName
{
border-color: #886BEE;
}
.TagClassName
{
border-color: #886BEE;
}
</style>