Shades of Deluge #7E7194
Tints of Deluge #7E7194
RGB
CMYK
RGB Variations
Color information
#7E7194 (or 0x7E7194) is known color: Deluge. HEX triplet: 7E, 71 and 94. RGB value is (126,113,148). Sum of RGB (Red+Green+Blue) = 126+113+148=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E7194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7194 is #818E6B. Grayscale: #787878. Windows color (decimal): -8490604 or 9728382. OLE color: 9728382.
HSL color Cylindrical-coordinate representation of color #7E7194: hue angle of 262.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E7194 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 113 | 148 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.42 |
| HSL | 262.29º | 0.14% | 0.51% | - |
| HSV(B) | 262.29º | 0.24% | 0.58% | - |
| XYZ | 19.85 | 18.38 | 30.52 | - |
| YUV | 120.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 148 | 0.15 | 0.24 | 0 | 0.42 | 262.29 | 0.14 | 0.51 |
| Hex | 7E | 71 | 94 | F | 18 | 0 | 2A | 106 | E | 33 |
| Octal | 176 | 161 | 224 | 17 | 30 | 0 | 52 | 406 | 16 | 63 |
| Binary | 1111110 | 1110001 | 10010100 | 1111 | 11000 | 0 | 101010 | 100000110 | 1110 | 110011 |
Color Harmonies of #7E7194
Complementary color
Monochromatic Colors of #7E7194
Black with #7E7194
Text Example
Text Example
White with #7E7194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7194; }
p { color: rgb(126,113,148); }
H1.HeaderClassName
{
color: #7E7194;
}
.AnyTagClassName
{
color: #7E7194;
}
</style>
background-color css
<style>
a { background-color: #7E7194; }
a { background-color: rgb(126,113,148); }
div.DivClassName
{
background-color: #7E7194;
}
.BgClassName
{
background-color: #7E7194;
}
</style>
border-color css
<style>
span { border-color: #7E7194; }
span { border-color: rgb(126,113,148); }
td.TdClassName
{
border-color: #7E7194;
}
.TagClassName
{
border-color: #7E7194;
}
</style>