Shades of Deluge #807D99
Tints of Deluge #807D99
RGB
CMYK
RGB Variations
Color information
#807D99 (or 0x807D99) is known color: Deluge. HEX triplet: 80, 7D and 99. RGB value is (128,125,153). Sum of RGB (Red+Green+Blue) = 128+125+153=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #807D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D99 is #7F8266. Grayscale: #808080. Windows color (decimal): -8356455 or 10059136. OLE color: 10059136.
HSL color Cylindrical-coordinate representation of color #807D99: hue angle of 246.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #807D99 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 125 | 153 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.4 |
| HSL | 246.43º | 0.12% | 0.55% | - |
| HSV(B) | 246.43º | 0.18% | 0.6% | - |
| XYZ | 21.99 | 21.56 | 33.14 | - |
| YUV | 129.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 153 | 0.16 | 0.18 | 0 | 0.4 | 246.43 | 0.12 | 0.55 |
| Hex | 80 | 7D | 99 | 10 | 12 | 0 | 28 | F6 | C | 37 |
| Octal | 200 | 175 | 231 | 20 | 22 | 0 | 50 | 366 | 14 | 67 |
| Binary | 10000000 | 1111101 | 10011001 | 10000 | 10010 | 0 | 101000 | 11110110 | 1100 | 110111 |
Color Harmonies of #807D99
Complementary color
Monochromatic Colors of #807D99
Black with #807D99
Text Example
Text Example
White with #807D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D99; }
p { color: rgb(128,125,153); }
H1.HeaderClassName
{
color: #807D99;
}
.AnyTagClassName
{
color: #807D99;
}
</style>
background-color css
<style>
a { background-color: #807D99; }
a { background-color: rgb(128,125,153); }
div.DivClassName
{
background-color: #807D99;
}
.BgClassName
{
background-color: #807D99;
}
</style>
border-color css
<style>
span { border-color: #807D99; }
span { border-color: rgb(128,125,153); }
td.TdClassName
{
border-color: #807D99;
}
.TagClassName
{
border-color: #807D99;
}
</style>