Shades of Deluge #80729B
Tints of Deluge #80729B
RGB
CMYK
RGB Variations
Color information
#80729B (or 0x80729B) is known color: Deluge. HEX triplet: 80, 72 and 9B. RGB value is (128,114,155). Sum of RGB (Red+Green+Blue) = 128+114+155=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #80729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80729B is #7F8D64. Grayscale: #7A7A7A. Windows color (decimal): -8359269 or 10187392. OLE color: 10187392.
HSL color Cylindrical-coordinate representation of color #80729B: hue angle of 260.49º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80729B is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 114 | 155 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.39 |
| HSL | 260.49º | 0.17% | 0.53% | - |
| HSV(B) | 260.49º | 0.26% | 0.61% | - |
| XYZ | 20.84 | 18.99 | 33.58 | - |
| YUV | 122.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 155 | 0.17 | 0.26 | 0 | 0.39 | 260.49 | 0.17 | 0.53 |
| Hex | 80 | 72 | 9B | 11 | 1A | 0 | 27 | 104 | 11 | 35 |
| Octal | 200 | 162 | 233 | 21 | 32 | 0 | 47 | 404 | 21 | 65 |
| Binary | 10000000 | 1110010 | 10011011 | 10001 | 11010 | 0 | 100111 | 100000100 | 10001 | 110101 |
Color Harmonies of #80729B
Complementary color
Monochromatic Colors of #80729B
Black with #80729B
Text Example
Text Example
White with #80729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80729B; }
p { color: rgb(128,114,155); }
H1.HeaderClassName
{
color: #80729B;
}
.AnyTagClassName
{
color: #80729B;
}
</style>
background-color css
<style>
a { background-color: #80729B; }
a { background-color: rgb(128,114,155); }
div.DivClassName
{
background-color: #80729B;
}
.BgClassName
{
background-color: #80729B;
}
</style>
border-color css
<style>
span { border-color: #80729B; }
span { border-color: rgb(128,114,155); }
td.TdClassName
{
border-color: #80729B;
}
.TagClassName
{
border-color: #80729B;
}
</style>