Shades of Deluge #7E7096
Tints of Deluge #7E7096
RGB
CMYK
RGB Variations
Color information
#7E7096 (or 0x7E7096) is known color: Deluge. HEX triplet: 7E, 70 and 96. RGB value is (126,112,150). Sum of RGB (Red+Green+Blue) = 126+112+150=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E7096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7096 is #818F69. Grayscale: #787878. Windows color (decimal): -8490858 or 9859198. OLE color: 9859198.
HSL color Cylindrical-coordinate representation of color #7E7096: hue angle of 262.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E7096 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 112 | 150 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.41 |
| HSL | 262.11º | 0.15% | 0.51% | - |
| HSV(B) | 262.11º | 0.25% | 0.59% | - |
| XYZ | 19.9 | 18.23 | 31.32 | - |
| YUV | 120.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 150 | 0.16 | 0.25 | 0 | 0.41 | 262.11 | 0.15 | 0.51 |
| Hex | 7E | 70 | 96 | 10 | 19 | 0 | 29 | 106 | F | 33 |
| Octal | 176 | 160 | 226 | 20 | 31 | 0 | 51 | 406 | 17 | 63 |
| Binary | 1111110 | 1110000 | 10010110 | 10000 | 11001 | 0 | 101001 | 100000110 | 1111 | 110011 |
Color Harmonies of #7E7096
Complementary color
Monochromatic Colors of #7E7096
Black with #7E7096
Text Example
Text Example
White with #7E7096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7096; }
p { color: rgb(126,112,150); }
H1.HeaderClassName
{
color: #7E7096;
}
.AnyTagClassName
{
color: #7E7096;
}
</style>
background-color css
<style>
a { background-color: #7E7096; }
a { background-color: rgb(126,112,150); }
div.DivClassName
{
background-color: #7E7096;
}
.BgClassName
{
background-color: #7E7096;
}
</style>
border-color css
<style>
span { border-color: #7E7096; }
span { border-color: rgb(126,112,150); }
td.TdClassName
{
border-color: #7E7096;
}
.TagClassName
{
border-color: #7E7096;
}
</style>