Shades of Deluge #7E7197
Tints of Deluge #7E7197
RGB
CMYK
RGB Variations
Color information
#7E7197 (or 0x7E7197) is known color: Deluge. HEX triplet: 7E, 71 and 97. RGB value is (126,113,151). Sum of RGB (Red+Green+Blue) = 126+113+151=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 151 - color contains mainly: blue. Hex color #7E7197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7197 is #818E68. Grayscale: #797979. Windows color (decimal): -8490601 or 9924990. OLE color: 9924990.
HSL color Cylindrical-coordinate representation of color #7E7197: hue angle of 260.53º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E7197 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 113 | 151 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.41 |
| HSL | 260.53º | 0.15% | 0.52% | - |
| HSV(B) | 260.53º | 0.25% | 0.59% | - |
| XYZ | 20.1 | 18.48 | 31.79 | - |
| YUV | 121.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 151 | 0.17 | 0.25 | 0 | 0.41 | 260.53 | 0.15 | 0.52 |
| Hex | 7E | 71 | 97 | 11 | 19 | 0 | 29 | 105 | F | 34 |
| Octal | 176 | 161 | 227 | 21 | 31 | 0 | 51 | 405 | 17 | 64 |
| Binary | 1111110 | 1110001 | 10010111 | 10001 | 11001 | 0 | 101001 | 100000101 | 1111 | 110100 |
Color Harmonies of #7E7197
Complementary color
Monochromatic Colors of #7E7197
Black with #7E7197
Text Example
Text Example
White with #7E7197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7197; }
p { color: rgb(126,113,151); }
H1.HeaderClassName
{
color: #7E7197;
}
.AnyTagClassName
{
color: #7E7197;
}
</style>
background-color css
<style>
a { background-color: #7E7197; }
a { background-color: rgb(126,113,151); }
div.DivClassName
{
background-color: #7E7197;
}
.BgClassName
{
background-color: #7E7197;
}
</style>
border-color css
<style>
span { border-color: #7E7197; }
span { border-color: rgb(126,113,151); }
td.TdClassName
{
border-color: #7E7197;
}
.TagClassName
{
border-color: #7E7197;
}
</style>