Shades of Deluge #7E7296
Tints of Deluge #7E7296
RGB
CMYK
RGB Variations
Color information
#7E7296 (or 0x7E7296) is known color: Deluge. HEX triplet: 7E, 72 and 96. RGB value is (126,114,150). Sum of RGB (Red+Green+Blue) = 126+114+150=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E7296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7296 is #818D69. Grayscale: #797979. Windows color (decimal): -8490346 or 9859710. OLE color: 9859710.
HSL color Cylindrical-coordinate representation of color #7E7296: hue angle of 260º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E7296 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 114 | 150 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.41 |
| HSL | 260º | 0.15% | 0.52% | - |
| HSV(B) | 260º | 0.24% | 0.59% | - |
| XYZ | 20.13 | 18.67 | 31.4 | - |
| YUV | 121.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 150 | 0.16 | 0.24 | 0 | 0.41 | 260 | 0.15 | 0.52 |
| Hex | 7E | 72 | 96 | 10 | 18 | 0 | 29 | 104 | F | 34 |
| Octal | 176 | 162 | 226 | 20 | 30 | 0 | 51 | 404 | 17 | 64 |
| Binary | 1111110 | 1110010 | 10010110 | 10000 | 11000 | 0 | 101001 | 100000100 | 1111 | 110100 |
Color Harmonies of #7E7296
Complementary color
Monochromatic Colors of #7E7296
Black with #7E7296
Text Example
Text Example
White with #7E7296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7296; }
p { color: rgb(126,114,150); }
H1.HeaderClassName
{
color: #7E7296;
}
.AnyTagClassName
{
color: #7E7296;
}
</style>
background-color css
<style>
a { background-color: #7E7296; }
a { background-color: rgb(126,114,150); }
div.DivClassName
{
background-color: #7E7296;
}
.BgClassName
{
background-color: #7E7296;
}
</style>
border-color css
<style>
span { border-color: #7E7296; }
span { border-color: rgb(126,114,150); }
td.TdClassName
{
border-color: #7E7296;
}
.TagClassName
{
border-color: #7E7296;
}
</style>