Shades of Deluge #80729C
Tints of Deluge #80729C
RGB
CMYK
RGB Variations
Color information
#80729C (or 0x80729C) is known color: Deluge. HEX triplet: 80, 72 and 9C. RGB value is (128,114,156). Sum of RGB (Red+Green+Blue) = 128+114+156=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #80729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80729C is #7F8D63. Grayscale: #7A7A7A. Windows color (decimal): -8359268 or 10252928. OLE color: 10252928.
HSL color Cylindrical-coordinate representation of color #80729C: hue angle of 260º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80729C is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 114 | 156 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.39 |
| HSL | 260º | 0.18% | 0.53% | - |
| HSV(B) | 260º | 0.27% | 0.61% | - |
| XYZ | 20.92 | 19.02 | 34.02 | - |
| YUV | 122.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 156 | 0.18 | 0.27 | 0 | 0.39 | 260 | 0.18 | 0.53 |
| Hex | 80 | 72 | 9C | 12 | 1B | 0 | 27 | 104 | 12 | 35 |
| Octal | 200 | 162 | 234 | 22 | 33 | 0 | 47 | 404 | 22 | 65 |
| Binary | 10000000 | 1110010 | 10011100 | 10010 | 11011 | 0 | 100111 | 100000100 | 10010 | 110101 |
Color Harmonies of #80729C
Complementary color
Monochromatic Colors of #80729C
Black with #80729C
Text Example
Text Example
White with #80729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80729C; }
p { color: rgb(128,114,156); }
H1.HeaderClassName
{
color: #80729C;
}
.AnyTagClassName
{
color: #80729C;
}
</style>
background-color css
<style>
a { background-color: #80729C; }
a { background-color: rgb(128,114,156); }
div.DivClassName
{
background-color: #80729C;
}
.BgClassName
{
background-color: #80729C;
}
</style>
border-color css
<style>
span { border-color: #80729C; }
span { border-color: rgb(128,114,156); }
td.TdClassName
{
border-color: #80729C;
}
.TagClassName
{
border-color: #80729C;
}
</style>