Shades of Deluge #807D91
Tints of Deluge #807D91
RGB
CMYK
RGB Variations
Color information
#807D91 (or 0x807D91) is known color: Deluge. HEX triplet: 80, 7D and 91. RGB value is (128,125,145). Sum of RGB (Red+Green+Blue) = 128+125+145=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #807D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D91 is #7F826E. Grayscale: #808080. Windows color (decimal): -8356463 or 9534848. OLE color: 9534848.
HSL color Cylindrical-coordinate representation of color #807D91: hue angle of 249º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #807D91 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 125 | 145 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.43 |
| HSL | 249º | 0.08% | 0.53% | - |
| HSV(B) | 249º | 0.14% | 0.57% | - |
| XYZ | 21.35 | 21.3 | 29.77 | - |
| YUV | 128.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 145 | 0.12 | 0.14 | 0 | 0.43 | 249 | 0.08 | 0.53 |
| Hex | 80 | 7D | 91 | C | E | 0 | 2B | F9 | 8 | 35 |
| Octal | 200 | 175 | 221 | 14 | 16 | 0 | 53 | 371 | 10 | 65 |
| Binary | 10000000 | 1111101 | 10010001 | 1100 | 1110 | 0 | 101011 | 11111001 | 1000 | 110101 |
Color Harmonies of #807D91
Complementary color
Monochromatic Colors of #807D91
Black with #807D91
Text Example
Text Example
White with #807D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D91; }
p { color: rgb(128,125,145); }
H1.HeaderClassName
{
color: #807D91;
}
.AnyTagClassName
{
color: #807D91;
}
</style>
background-color css
<style>
a { background-color: #807D91; }
a { background-color: rgb(128,125,145); }
div.DivClassName
{
background-color: #807D91;
}
.BgClassName
{
background-color: #807D91;
}
</style>
border-color css
<style>
span { border-color: #807D91; }
span { border-color: rgb(128,125,145); }
td.TdClassName
{
border-color: #807D91;
}
.TagClassName
{
border-color: #807D91;
}
</style>