Shades of Deluge #887AA2
Tints of Deluge #887AA2
RGB
CMYK
RGB Variations
Color information
#887AA2 (or 0x887AA2) is known color: Deluge. HEX triplet: 88, 7A and A2. RGB value is (136,122,162). Sum of RGB (Red+Green+Blue) = 136+122+162=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #887AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887AA2 is #77855D. Grayscale: #828282. Windows color (decimal): -7832926 or 10648200. OLE color: 10648200.
HSL color Cylindrical-coordinate representation of color #887AA2: hue angle of 261º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #887AA2 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 122 | 162 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.36 |
| HSL | 261º | 0.18% | 0.56% | - |
| HSV(B) | 261º | 0.25% | 0.64% | - |
| XYZ | 23.63 | 21.76 | 37.14 | - |
| YUV | 130.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 162 | 0.16 | 0.25 | 0 | 0.36 | 261 | 0.18 | 0.56 |
| Hex | 88 | 7A | A2 | 10 | 19 | 0 | 24 | 105 | 12 | 38 |
| Octal | 210 | 172 | 242 | 20 | 31 | 0 | 44 | 405 | 22 | 70 |
| Binary | 10001000 | 1111010 | 10100010 | 10000 | 11001 | 0 | 100100 | 100000101 | 10010 | 111000 |
Color Harmonies of #887AA2
Complementary color
Monochromatic Colors of #887AA2
Black with #887AA2
Text Example
Text Example
White with #887AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887AA2; }
p { color: rgb(136,122,162); }
H1.HeaderClassName
{
color: #887AA2;
}
.AnyTagClassName
{
color: #887AA2;
}
</style>
background-color css
<style>
a { background-color: #887AA2; }
a { background-color: rgb(136,122,162); }
div.DivClassName
{
background-color: #887AA2;
}
.BgClassName
{
background-color: #887AA2;
}
</style>
border-color css
<style>
span { border-color: #887AA2; }
span { border-color: rgb(136,122,162); }
td.TdClassName
{
border-color: #887AA2;
}
.TagClassName
{
border-color: #887AA2;
}
</style>