Shades of Deluge #80779B
Tints of Deluge #80779B
RGB
CMYK
RGB Variations
Color information
#80779B (or 0x80779B) is known color: Deluge. HEX triplet: 80, 77 and 9B. RGB value is (128,119,155). Sum of RGB (Red+Green+Blue) = 128+119+155=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #80779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80779B is #7F8864. Grayscale: #7D7D7D. Windows color (decimal): -8357989 or 10188672. OLE color: 10188672.
HSL color Cylindrical-coordinate representation of color #80779B: hue angle of 255º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80779B is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 119 | 155 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.39 |
| HSL | 255º | 0.15% | 0.54% | - |
| HSV(B) | 255º | 0.23% | 0.61% | - |
| XYZ | 21.42 | 20.15 | 33.77 | - |
| YUV | 125.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 155 | 0.17 | 0.23 | 0 | 0.39 | 255 | 0.15 | 0.54 |
| Hex | 80 | 77 | 9B | 11 | 17 | 0 | 27 | FF | F | 36 |
| Octal | 200 | 167 | 233 | 21 | 27 | 0 | 47 | 377 | 17 | 66 |
| Binary | 10000000 | 1110111 | 10011011 | 10001 | 10111 | 0 | 100111 | 11111111 | 1111 | 110110 |
Color Harmonies of #80779B
Complementary color
Monochromatic Colors of #80779B
Black with #80779B
Text Example
Text Example
White with #80779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80779B; }
p { color: rgb(128,119,155); }
H1.HeaderClassName
{
color: #80779B;
}
.AnyTagClassName
{
color: #80779B;
}
</style>
background-color css
<style>
a { background-color: #80779B; }
a { background-color: rgb(128,119,155); }
div.DivClassName
{
background-color: #80779B;
}
.BgClassName
{
background-color: #80779B;
}
</style>
border-color css
<style>
span { border-color: #80779B; }
span { border-color: rgb(128,119,155); }
td.TdClassName
{
border-color: #80779B;
}
.TagClassName
{
border-color: #80779B;
}
</style>