Shades of Deluge #80769B
Tints of Deluge #80769B
RGB
CMYK
RGB Variations
Color information
#80769B (or 0x80769B) is known color: Deluge. HEX triplet: 80, 76 and 9B. RGB value is (128,118,155). Sum of RGB (Red+Green+Blue) = 128+118+155=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #80769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80769B is #7F8964. Grayscale: #7D7D7D. Windows color (decimal): -8358245 or 10188416. OLE color: 10188416.
HSL color Cylindrical-coordinate representation of color #80769B: hue angle of 256.22º 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 #80769B is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 118 | 155 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.39 |
| HSL | 256.22º | 0.16% | 0.54% | - |
| HSV(B) | 256.22º | 0.24% | 0.61% | - |
| XYZ | 21.3 | 19.91 | 33.73 | - |
| YUV | 125.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 155 | 0.17 | 0.24 | 0 | 0.39 | 256.22 | 0.16 | 0.54 |
| Hex | 80 | 76 | 9B | 11 | 18 | 0 | 27 | 100 | 10 | 36 |
| Octal | 200 | 166 | 233 | 21 | 30 | 0 | 47 | 400 | 20 | 66 |
| Binary | 10000000 | 1110110 | 10011011 | 10001 | 11000 | 0 | 100111 | 100000000 | 10000 | 110110 |
Color Harmonies of #80769B
Complementary color
Monochromatic Colors of #80769B
Black with #80769B
Text Example
Text Example
White with #80769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80769B; }
p { color: rgb(128,118,155); }
H1.HeaderClassName
{
color: #80769B;
}
.AnyTagClassName
{
color: #80769B;
}
</style>
background-color css
<style>
a { background-color: #80769B; }
a { background-color: rgb(128,118,155); }
div.DivClassName
{
background-color: #80769B;
}
.BgClassName
{
background-color: #80769B;
}
</style>
border-color css
<style>
span { border-color: #80769B; }
span { border-color: rgb(128,118,155); }
td.TdClassName
{
border-color: #80769B;
}
.TagClassName
{
border-color: #80769B;
}
</style>