Shades of Deluge #80799D
Tints of Deluge #80799D
RGB
CMYK
RGB Variations
Color information
#80799D (or 0x80799D) is known color: Deluge. HEX triplet: 80, 79 and 9D. RGB value is (128,121,157). Sum of RGB (Red+Green+Blue) = 128+121+157=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #80799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80799D is #7F8662. Grayscale: #7F7F7F. Windows color (decimal): -8357475 or 10320256. OLE color: 10320256.
HSL color Cylindrical-coordinate representation of color #80799D: hue angle of 251.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80799D is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 121 | 157 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.38 |
| HSL | 251.67º | 0.16% | 0.55% | - |
| HSV(B) | 251.67º | 0.23% | 0.62% | - |
| XYZ | 21.83 | 20.7 | 34.74 | - |
| YUV | 127.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 157 | 0.18 | 0.23 | 0 | 0.38 | 251.67 | 0.16 | 0.55 |
| Hex | 80 | 79 | 9D | 12 | 17 | 0 | 26 | FC | 10 | 37 |
| Octal | 200 | 171 | 235 | 22 | 27 | 0 | 46 | 374 | 20 | 67 |
| Binary | 10000000 | 1111001 | 10011101 | 10010 | 10111 | 0 | 100110 | 11111100 | 10000 | 110111 |
Color Harmonies of #80799D
Complementary color
Monochromatic Colors of #80799D
Black with #80799D
Text Example
Text Example
White with #80799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80799D; }
p { color: rgb(128,121,157); }
H1.HeaderClassName
{
color: #80799D;
}
.AnyTagClassName
{
color: #80799D;
}
</style>
background-color css
<style>
a { background-color: #80799D; }
a { background-color: rgb(128,121,157); }
div.DivClassName
{
background-color: #80799D;
}
.BgClassName
{
background-color: #80799D;
}
</style>
border-color css
<style>
span { border-color: #80799D; }
span { border-color: rgb(128,121,157); }
td.TdClassName
{
border-color: #80799D;
}
.TagClassName
{
border-color: #80799D;
}
</style>