Shades of Deluge #886BAB
Tints of Deluge #886BAB
RGB
CMYK
RGB Variations
Color information
#886BAB (or 0x886BAB) is known color: Deluge. HEX triplet: 88, 6B and AB. RGB value is (136,107,171). Sum of RGB (Red+Green+Blue) = 136+107+171=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #886BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886BAB is #779454. Grayscale: #7A7A7A. Windows color (decimal): -7836757 or 11234184. OLE color: 11234184.
HSL color Cylindrical-coordinate representation of color #886BAB: hue angle of 267.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #886BAB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 107 | 171 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.33 |
| HSL | 267.19º | 0.28% | 0.55% | - |
| HSV(B) | 267.19º | 0.37% | 0.67% | - |
| XYZ | 22.76 | 18.69 | 40.94 | - |
| YUV | 122.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 171 | 0.20 | 0.37 | 0 | 0.33 | 267.19 | 0.28 | 0.55 |
| Hex | 88 | 6B | AB | 14 | 25 | 0 | 21 | 10B | 1C | 37 |
| Octal | 210 | 153 | 253 | 24 | 45 | 0 | 41 | 413 | 34 | 67 |
| Binary | 10001000 | 1101011 | 10101011 | 10100 | 100101 | 0 | 100001 | 100001011 | 11100 | 110111 |
Color Harmonies of #886BAB
Complementary color
Monochromatic Colors of #886BAB
Black with #886BAB
Text Example
Text Example
White with #886BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BAB; }
p { color: rgb(136,107,171); }
H1.HeaderClassName
{
color: #886BAB;
}
.AnyTagClassName
{
color: #886BAB;
}
</style>
background-color css
<style>
a { background-color: #886BAB; }
a { background-color: rgb(136,107,171); }
div.DivClassName
{
background-color: #886BAB;
}
.BgClassName
{
background-color: #886BAB;
}
</style>
border-color css
<style>
span { border-color: #886BAB; }
span { border-color: rgb(136,107,171); }
td.TdClassName
{
border-color: #886BAB;
}
.TagClassName
{
border-color: #886BAB;
}
</style>