Shades of Deluge #887AA4
Tints of Deluge #887AA4
RGB
CMYK
RGB Variations
Color information
#887AA4 (or 0x887AA4) is known color: Deluge. HEX triplet: 88, 7A and A4. RGB value is (136,122,164). Sum of RGB (Red+Green+Blue) = 136+122+164=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #887AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887AA4 is #77855B. Grayscale: #828282. Windows color (decimal): -7832924 or 10779272. OLE color: 10779272.
HSL color Cylindrical-coordinate representation of color #887AA4: hue angle of 260º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #887AA4 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 122 | 164 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.36 |
| HSL | 260º | 0.19% | 0.56% | - |
| HSV(B) | 260º | 0.26% | 0.64% | - |
| XYZ | 23.81 | 21.83 | 38.08 | - |
| YUV | 130.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 164 | 0.17 | 0.26 | 0 | 0.36 | 260 | 0.19 | 0.56 |
| Hex | 88 | 7A | A4 | 11 | 1A | 0 | 24 | 104 | 13 | 38 |
| Octal | 210 | 172 | 244 | 21 | 32 | 0 | 44 | 404 | 23 | 70 |
| Binary | 10001000 | 1111010 | 10100100 | 10001 | 11010 | 0 | 100100 | 100000100 | 10011 | 111000 |
Color Harmonies of #887AA4
Complementary color
Monochromatic Colors of #887AA4
Black with #887AA4
Text Example
Text Example
White with #887AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887AA4; }
p { color: rgb(136,122,164); }
H1.HeaderClassName
{
color: #887AA4;
}
.AnyTagClassName
{
color: #887AA4;
}
</style>
background-color css
<style>
a { background-color: #887AA4; }
a { background-color: rgb(136,122,164); }
div.DivClassName
{
background-color: #887AA4;
}
.BgClassName
{
background-color: #887AA4;
}
</style>
border-color css
<style>
span { border-color: #887AA4; }
span { border-color: rgb(136,122,164); }
td.TdClassName
{
border-color: #887AA4;
}
.TagClassName
{
border-color: #887AA4;
}
</style>