Shades of Deluge #887AAE
Tints of Deluge #887AAE
RGB
CMYK
RGB Variations
Color information
#887AAE (or 0x887AAE) is known color: Deluge. HEX triplet: 88, 7A and AE. RGB value is (136,122,174). Sum of RGB (Red+Green+Blue) = 136+122+174=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #887AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887AAE is #778551. Grayscale: #838383. Windows color (decimal): -7832914 or 11434632. OLE color: 11434632.
HSL color Cylindrical-coordinate representation of color #887AAE: hue angle of 256.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #887AAE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 122 | 174 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.32 |
| HSL | 256.15º | 0.24% | 0.58% | - |
| HSV(B) | 256.15º | 0.3% | 0.68% | - |
| XYZ | 24.75 | 22.21 | 43.03 | - |
| YUV | 132.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 174 | 0.22 | 0.30 | 0 | 0.32 | 256.15 | 0.24 | 0.58 |
| Hex | 88 | 7A | AE | 16 | 1E | 0 | 20 | 100 | 18 | 3A |
| Octal | 210 | 172 | 256 | 26 | 36 | 0 | 40 | 400 | 30 | 72 |
| Binary | 10001000 | 1111010 | 10101110 | 10110 | 11110 | 0 | 100000 | 100000000 | 11000 | 111010 |
Color Harmonies of #887AAE
Complementary color
Monochromatic Colors of #887AAE
Black with #887AAE
Text Example
Text Example
White with #887AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887AAE; }
p { color: rgb(136,122,174); }
H1.HeaderClassName
{
color: #887AAE;
}
.AnyTagClassName
{
color: #887AAE;
}
</style>
background-color css
<style>
a { background-color: #887AAE; }
a { background-color: rgb(136,122,174); }
div.DivClassName
{
background-color: #887AAE;
}
.BgClassName
{
background-color: #887AAE;
}
</style>
border-color css
<style>
span { border-color: #887AAE; }
span { border-color: rgb(136,122,174); }
td.TdClassName
{
border-color: #887AAE;
}
.TagClassName
{
border-color: #887AAE;
}
</style>