Shades of Deluge #7E7A94
Tints of Deluge #7E7A94
RGB
CMYK
RGB Variations
Color information
#7E7A94 (or 0x7E7A94) is known color: Deluge. HEX triplet: 7E, 7A and 94. RGB value is (126,122,148). Sum of RGB (Red+Green+Blue) = 126+122+148=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E7A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7A94 is #81856B. Grayscale: #7E7E7E. Windows color (decimal): -8488300 or 9730686. OLE color: 9730686.
HSL color Cylindrical-coordinate representation of color #7E7A94: hue angle of 249.23º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E7A94 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 122 | 148 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.42 |
| HSL | 249.23º | 0.11% | 0.53% | - |
| HSV(B) | 249.23º | 0.18% | 0.58% | - |
| XYZ | 20.91 | 20.49 | 30.87 | - |
| YUV | 126.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 148 | 0.15 | 0.18 | 0 | 0.42 | 249.23 | 0.11 | 0.53 |
| Hex | 7E | 7A | 94 | F | 12 | 0 | 2A | F9 | B | 35 |
| Octal | 176 | 172 | 224 | 17 | 22 | 0 | 52 | 371 | 13 | 65 |
| Binary | 1111110 | 1111010 | 10010100 | 1111 | 10010 | 0 | 101010 | 11111001 | 1011 | 110101 |
Color Harmonies of #7E7A94
Complementary color
Monochromatic Colors of #7E7A94
Black with #7E7A94
Text Example
Text Example
White with #7E7A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A94; }
p { color: rgb(126,122,148); }
H1.HeaderClassName
{
color: #7E7A94;
}
.AnyTagClassName
{
color: #7E7A94;
}
</style>
background-color css
<style>
a { background-color: #7E7A94; }
a { background-color: rgb(126,122,148); }
div.DivClassName
{
background-color: #7E7A94;
}
.BgClassName
{
background-color: #7E7A94;
}
</style>
border-color css
<style>
span { border-color: #7E7A94; }
span { border-color: rgb(126,122,148); }
td.TdClassName
{
border-color: #7E7A94;
}
.TagClassName
{
border-color: #7E7A94;
}
</style>