Shades of Deluge #8772A2
Tints of Deluge #8772A2
RGB
CMYK
RGB Variations
Color information
#8772A2 (or 0x8772A2) is known color: Deluge. HEX triplet: 87, 72 and A2. RGB value is (135,114,162). Sum of RGB (Red+Green+Blue) = 135+114+162=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 162 - color contains mainly: blue. Hex color #8772A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8772A2 is #788D5D. Grayscale: #7D7D7D. Windows color (decimal): -7900510 or 10646151. OLE color: 10646151.
HSL color Cylindrical-coordinate representation of color #8772A2: hue angle of 266.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8772A2 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 114 | 162 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.36 |
| HSL | 266.25º | 0.21% | 0.54% | - |
| HSV(B) | 266.25º | 0.3% | 0.64% | - |
| XYZ | 22.53 | 19.79 | 36.82 | - |
| YUV | 125.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 162 | 0.17 | 0.30 | 0 | 0.36 | 266.25 | 0.21 | 0.54 |
| Hex | 87 | 72 | A2 | 11 | 1E | 0 | 24 | 10A | 15 | 36 |
| Octal | 207 | 162 | 242 | 21 | 36 | 0 | 44 | 412 | 25 | 66 |
| Binary | 10000111 | 1110010 | 10100010 | 10001 | 11110 | 0 | 100100 | 100001010 | 10101 | 110110 |
Color Harmonies of #8772A2
Complementary color
Monochromatic Colors of #8772A2
Black with #8772A2
Text Example
Text Example
White with #8772A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8772A2; }
p { color: rgb(135,114,162); }
H1.HeaderClassName
{
color: #8772A2;
}
.AnyTagClassName
{
color: #8772A2;
}
</style>
background-color css
<style>
a { background-color: #8772A2; }
a { background-color: rgb(135,114,162); }
div.DivClassName
{
background-color: #8772A2;
}
.BgClassName
{
background-color: #8772A2;
}
</style>
border-color css
<style>
span { border-color: #8772A2; }
span { border-color: rgb(135,114,162); }
td.TdClassName
{
border-color: #8772A2;
}
.TagClassName
{
border-color: #8772A2;
}
</style>