Shades of Deluge #80719D
Tints of Deluge #80719D
RGB
CMYK
RGB Variations
Color information
#80719D (or 0x80719D) is known color: Deluge. HEX triplet: 80, 71 and 9D. RGB value is (128,113,157). Sum of RGB (Red+Green+Blue) = 128+113+157=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #80719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80719D is #7F8E62. Grayscale: #7A7A7A. Windows color (decimal): -8359523 or 10318208. OLE color: 10318208.
HSL color Cylindrical-coordinate representation of color #80719D: hue angle of 260.45º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80719D is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 113 | 157 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.38 |
| HSL | 260.45º | 0.18% | 0.53% | - |
| HSV(B) | 260.45º | 0.28% | 0.62% | - |
| XYZ | 20.89 | 18.83 | 34.43 | - |
| YUV | 122.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 157 | 0.18 | 0.28 | 0 | 0.38 | 260.45 | 0.18 | 0.53 |
| Hex | 80 | 71 | 9D | 12 | 1C | 0 | 26 | 104 | 12 | 35 |
| Octal | 200 | 161 | 235 | 22 | 34 | 0 | 46 | 404 | 22 | 65 |
| Binary | 10000000 | 1110001 | 10011101 | 10010 | 11100 | 0 | 100110 | 100000100 | 10010 | 110101 |
Color Harmonies of #80719D
Complementary color
Monochromatic Colors of #80719D
Black with #80719D
Text Example
Text Example
White with #80719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80719D; }
p { color: rgb(128,113,157); }
H1.HeaderClassName
{
color: #80719D;
}
.AnyTagClassName
{
color: #80719D;
}
</style>
background-color css
<style>
a { background-color: #80719D; }
a { background-color: rgb(128,113,157); }
div.DivClassName
{
background-color: #80719D;
}
.BgClassName
{
background-color: #80719D;
}
</style>
border-color css
<style>
span { border-color: #80719D; }
span { border-color: rgb(128,113,157); }
td.TdClassName
{
border-color: #80719D;
}
.TagClassName
{
border-color: #80719D;
}
</style>