Shades of Deluge #807999
Tints of Deluge #807999
RGB
CMYK
RGB Variations
Color information
#807999 (or 0x807999) is known color: Deluge. HEX triplet: 80, 79 and 99. RGB value is (128,121,153). Sum of RGB (Red+Green+Blue) = 128+121+153=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #807999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807999 is #7F8666. Grayscale: #7E7E7E. Windows color (decimal): -8357479 or 10058112. OLE color: 10058112.
HSL color Cylindrical-coordinate representation of color #807999: hue angle of 253.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807999 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 121 | 153 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.4 |
| HSL | 253.13º | 0.14% | 0.54% | - |
| HSV(B) | 253.13º | 0.21% | 0.6% | - |
| XYZ | 21.49 | 20.56 | 32.97 | - |
| YUV | 126.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 153 | 0.16 | 0.21 | 0 | 0.4 | 253.13 | 0.14 | 0.54 |
| Hex | 80 | 79 | 99 | 10 | 15 | 0 | 28 | FD | E | 36 |
| Octal | 200 | 171 | 231 | 20 | 25 | 0 | 50 | 375 | 16 | 66 |
| Binary | 10000000 | 1111001 | 10011001 | 10000 | 10101 | 0 | 101000 | 11111101 | 1110 | 110110 |
Color Harmonies of #807999
Complementary color
Monochromatic Colors of #807999
Black with #807999
Text Example
Text Example
White with #807999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807999; }
p { color: rgb(128,121,153); }
H1.HeaderClassName
{
color: #807999;
}
.AnyTagClassName
{
color: #807999;
}
</style>
background-color css
<style>
a { background-color: #807999; }
a { background-color: rgb(128,121,153); }
div.DivClassName
{
background-color: #807999;
}
.BgClassName
{
background-color: #807999;
}
</style>
border-color css
<style>
span { border-color: #807999; }
span { border-color: rgb(128,121,153); }
td.TdClassName
{
border-color: #807999;
}
.TagClassName
{
border-color: #807999;
}
</style>