Shades of Deluge #80769C
Tints of Deluge #80769C
RGB
CMYK
RGB Variations
Color information
#80769C (or 0x80769C) is known color: Deluge. HEX triplet: 80, 76 and 9C. RGB value is (128,118,156). Sum of RGB (Red+Green+Blue) = 128+118+156=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #80769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80769C is #7F8963. Grayscale: #7D7D7D. Windows color (decimal): -8358244 or 10253952. OLE color: 10253952.
HSL color Cylindrical-coordinate representation of color #80769C: hue angle of 255.79º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80769C is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 118 | 156 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.39 |
| HSL | 255.79º | 0.16% | 0.54% | - |
| HSV(B) | 255.79º | 0.24% | 0.61% | - |
| XYZ | 21.38 | 19.95 | 34.18 | - |
| YUV | 125.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 156 | 0.18 | 0.24 | 0 | 0.39 | 255.79 | 0.16 | 0.54 |
| Hex | 80 | 76 | 9C | 12 | 18 | 0 | 27 | 100 | 10 | 36 |
| Octal | 200 | 166 | 234 | 22 | 30 | 0 | 47 | 400 | 20 | 66 |
| Binary | 10000000 | 1110110 | 10011100 | 10010 | 11000 | 0 | 100111 | 100000000 | 10000 | 110110 |
Color Harmonies of #80769C
Complementary color
Monochromatic Colors of #80769C
Black with #80769C
Text Example
Text Example
White with #80769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80769C; }
p { color: rgb(128,118,156); }
H1.HeaderClassName
{
color: #80769C;
}
.AnyTagClassName
{
color: #80769C;
}
</style>
background-color css
<style>
a { background-color: #80769C; }
a { background-color: rgb(128,118,156); }
div.DivClassName
{
background-color: #80769C;
}
.BgClassName
{
background-color: #80769C;
}
</style>
border-color css
<style>
span { border-color: #80769C; }
span { border-color: rgb(128,118,156); }
td.TdClassName
{
border-color: #80769C;
}
.TagClassName
{
border-color: #80769C;
}
</style>