Shades of Deluge #7E7D91
Tints of Deluge #7E7D91
RGB
CMYK
RGB Variations
Color information
#7E7D91 (or 0x7E7D91) is known color: Deluge. HEX triplet: 7E, 7D and 91. RGB value is (126,125,145). Sum of RGB (Red+Green+Blue) = 126+125+145=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E7D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7D91 is #81826E. Grayscale: #7F7F7F. Windows color (decimal): -8487535 or 9534846. OLE color: 9534846.
HSL color Cylindrical-coordinate representation of color #7E7D91: hue angle of 243º 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 #7E7D91 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 125 | 145 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.43 |
| HSL | 243º | 0.08% | 0.53% | - |
| HSV(B) | 243º | 0.14% | 0.57% | - |
| XYZ | 21.05 | 21.15 | 29.76 | - |
| YUV | 127.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 125 | 145 | 0.13 | 0.14 | 0 | 0.43 | 243 | 0.08 | 0.53 |
| Hex | 7E | 7D | 91 | D | E | 0 | 2B | F3 | 8 | 35 |
| Octal | 176 | 175 | 221 | 15 | 16 | 0 | 53 | 363 | 10 | 65 |
| Binary | 1111110 | 1111101 | 10010001 | 1101 | 1110 | 0 | 101011 | 11110011 | 1000 | 110101 |
Color Harmonies of #7E7D91
Complementary color
Monochromatic Colors of #7E7D91
Black with #7E7D91
Text Example
Text Example
White with #7E7D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7D91; }
p { color: rgb(126,125,145); }
H1.HeaderClassName
{
color: #7E7D91;
}
.AnyTagClassName
{
color: #7E7D91;
}
</style>
background-color css
<style>
a { background-color: #7E7D91; }
a { background-color: rgb(126,125,145); }
div.DivClassName
{
background-color: #7E7D91;
}
.BgClassName
{
background-color: #7E7D91;
}
</style>
border-color css
<style>
span { border-color: #7E7D91; }
span { border-color: rgb(126,125,145); }
td.TdClassName
{
border-color: #7E7D91;
}
.TagClassName
{
border-color: #7E7D91;
}
</style>