Shades of Deluge #80789E
Tints of Deluge #80789E
RGB
CMYK
RGB Variations
Color information
#80789E (or 0x80789E) is known color: Deluge. HEX triplet: 80, 78 and 9E. RGB value is (128,120,158). Sum of RGB (Red+Green+Blue) = 128+120+158=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #80789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80789E is #7F8761. Grayscale: #7E7E7E. Windows color (decimal): -8357730 or 10385536. OLE color: 10385536.
HSL color Cylindrical-coordinate representation of color #80789E: hue angle of 252.63º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80789E is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 120 | 158 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.38 |
| HSL | 252.63º | 0.16% | 0.55% | - |
| HSV(B) | 252.63º | 0.24% | 0.62% | - |
| XYZ | 21.79 | 20.49 | 35.15 | - |
| YUV | 126.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 158 | 0.19 | 0.24 | 0 | 0.38 | 252.63 | 0.16 | 0.55 |
| Hex | 80 | 78 | 9E | 13 | 18 | 0 | 26 | FD | 10 | 37 |
| Octal | 200 | 170 | 236 | 23 | 30 | 0 | 46 | 375 | 20 | 67 |
| Binary | 10000000 | 1111000 | 10011110 | 10011 | 11000 | 0 | 100110 | 11111101 | 10000 | 110111 |
Color Harmonies of #80789E
Complementary color
Monochromatic Colors of #80789E
Black with #80789E
Text Example
Text Example
White with #80789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80789E; }
p { color: rgb(128,120,158); }
H1.HeaderClassName
{
color: #80789E;
}
.AnyTagClassName
{
color: #80789E;
}
</style>
background-color css
<style>
a { background-color: #80789E; }
a { background-color: rgb(128,120,158); }
div.DivClassName
{
background-color: #80789E;
}
.BgClassName
{
background-color: #80789E;
}
</style>
border-color css
<style>
span { border-color: #80789E; }
span { border-color: rgb(128,120,158); }
td.TdClassName
{
border-color: #80789E;
}
.TagClassName
{
border-color: #80789E;
}
</style>