Shades of Deluge #80709F
Tints of Deluge #80709F
RGB
CMYK
RGB Variations
Color information
#80709F (or 0x80709F) is known color: Deluge. HEX triplet: 80, 70 and 9F. RGB value is (128,112,159). Sum of RGB (Red+Green+Blue) = 128+112+159=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #80709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80709F is #7F8F60. Grayscale: #797979. Windows color (decimal): -8359777 or 10449024. OLE color: 10449024.
HSL color Cylindrical-coordinate representation of color #80709F: hue angle of 260.43º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80709F is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 112 | 159 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.38 |
| HSL | 260.43º | 0.2% | 0.53% | - |
| HSV(B) | 260.43º | 0.3% | 0.62% | - |
| XYZ | 20.95 | 18.68 | 35.3 | - |
| YUV | 122.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 159 | 0.19 | 0.30 | 0 | 0.38 | 260.43 | 0.2 | 0.53 |
| Hex | 80 | 70 | 9F | 13 | 1E | 0 | 26 | 104 | 14 | 35 |
| Octal | 200 | 160 | 237 | 23 | 36 | 0 | 46 | 404 | 24 | 65 |
| Binary | 10000000 | 1110000 | 10011111 | 10011 | 11110 | 0 | 100110 | 100000100 | 10100 | 110101 |
Color Harmonies of #80709F
Complementary color
Monochromatic Colors of #80709F
Black with #80709F
Text Example
Text Example
White with #80709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80709F; }
p { color: rgb(128,112,159); }
H1.HeaderClassName
{
color: #80709F;
}
.AnyTagClassName
{
color: #80709F;
}
</style>
background-color css
<style>
a { background-color: #80709F; }
a { background-color: rgb(128,112,159); }
div.DivClassName
{
background-color: #80709F;
}
.BgClassName
{
background-color: #80709F;
}
</style>
border-color css
<style>
span { border-color: #80709F; }
span { border-color: rgb(128,112,159); }
td.TdClassName
{
border-color: #80709F;
}
.TagClassName
{
border-color: #80709F;
}
</style>