Shades of Deluge #80709D
Tints of Deluge #80709D
RGB
CMYK
RGB Variations
Color information
#80709D (or 0x80709D) is known color: Deluge. HEX triplet: 80, 70 and 9D. RGB value is (128,112,157). Sum of RGB (Red+Green+Blue) = 128+112+157=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #80709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80709D is #7F8F62. Grayscale: #797979. Windows color (decimal): -8359779 or 10317952. OLE color: 10317952.
HSL color Cylindrical-coordinate representation of color #80709D: hue angle of 261.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80709D is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 112 | 157 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.38 |
| HSL | 261.33º | 0.19% | 0.53% | - |
| HSV(B) | 261.33º | 0.29% | 0.62% | - |
| XYZ | 20.78 | 18.61 | 34.4 | - |
| YUV | 121.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 157 | 0.18 | 0.29 | 0 | 0.38 | 261.33 | 0.19 | 0.53 |
| Hex | 80 | 70 | 9D | 12 | 1D | 0 | 26 | 105 | 13 | 35 |
| Octal | 200 | 160 | 235 | 22 | 35 | 0 | 46 | 405 | 23 | 65 |
| Binary | 10000000 | 1110000 | 10011101 | 10010 | 11101 | 0 | 100110 | 100000101 | 10011 | 110101 |
Color Harmonies of #80709D
Complementary color
Monochromatic Colors of #80709D
Black with #80709D
Text Example
Text Example
White with #80709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80709D; }
p { color: rgb(128,112,157); }
H1.HeaderClassName
{
color: #80709D;
}
.AnyTagClassName
{
color: #80709D;
}
</style>
background-color css
<style>
a { background-color: #80709D; }
a { background-color: rgb(128,112,157); }
div.DivClassName
{
background-color: #80709D;
}
.BgClassName
{
background-color: #80709D;
}
</style>
border-color css
<style>
span { border-color: #80709D; }
span { border-color: rgb(128,112,157); }
td.TdClassName
{
border-color: #80709D;
}
.TagClassName
{
border-color: #80709D;
}
</style>