Shades of Deluge #80729A
Tints of Deluge #80729A
RGB
CMYK
RGB Variations
Color information
#80729A (or 0x80729A) is known color: Deluge. HEX triplet: 80, 72 and 9A. RGB value is (128,114,154). Sum of RGB (Red+Green+Blue) = 128+114+154=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #80729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80729A is #7F8D65. Grayscale: #7A7A7A. Windows color (decimal): -8359270 or 10121856. OLE color: 10121856.
HSL color Cylindrical-coordinate representation of color #80729A: hue angle of 261º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80729A is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 114 | 154 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.40 |
| HSL | 261º | 0.17% | 0.53% | - |
| HSV(B) | 261º | 0.26% | 0.6% | - |
| XYZ | 20.75 | 18.96 | 33.14 | - |
| YUV | 122.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 154 | 0.17 | 0.26 | 0 | 0.40 | 261 | 0.17 | 0.53 |
| Hex | 80 | 72 | 9A | 11 | 1A | 0 | 28 | 105 | 11 | 35 |
| Octal | 200 | 162 | 232 | 21 | 32 | 0 | 50 | 405 | 21 | 65 |
| Binary | 10000000 | 1110010 | 10011010 | 10001 | 11010 | 0 | 101000 | 100000101 | 10001 | 110101 |
Color Harmonies of #80729A
Complementary color
Monochromatic Colors of #80729A
Black with #80729A
Text Example
Text Example
White with #80729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80729A; }
p { color: rgb(128,114,154); }
H1.HeaderClassName
{
color: #80729A;
}
.AnyTagClassName
{
color: #80729A;
}
</style>
background-color css
<style>
a { background-color: #80729A; }
a { background-color: rgb(128,114,154); }
div.DivClassName
{
background-color: #80729A;
}
.BgClassName
{
background-color: #80729A;
}
</style>
border-color css
<style>
span { border-color: #80729A; }
span { border-color: rgb(128,114,154); }
td.TdClassName
{
border-color: #80729A;
}
.TagClassName
{
border-color: #80729A;
}
</style>