Shades of Deluge #7E7397
Tints of Deluge #7E7397
RGB
CMYK
RGB Variations
Color information
#7E7397 (or 0x7E7397) is known color: Deluge. HEX triplet: 7E, 73 and 97. RGB value is (126,115,151). Sum of RGB (Red+Green+Blue) = 126+115+151=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #7E7397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7397 is #818C68. Grayscale: #7A7A7A. Windows color (decimal): -8490089 or 9925502. OLE color: 9925502.
HSL color Cylindrical-coordinate representation of color #7E7397: hue angle of 258.33º 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 #7E7397 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 115 | 151 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.41 |
| HSL | 258.33º | 0.15% | 0.52% | - |
| HSV(B) | 258.33º | 0.24% | 0.59% | - |
| XYZ | 20.32 | 18.93 | 31.86 | - |
| YUV | 122.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 151 | 0.17 | 0.24 | 0 | 0.41 | 258.33 | 0.15 | 0.52 |
| Hex | 7E | 73 | 97 | 11 | 18 | 0 | 29 | 102 | F | 34 |
| Octal | 176 | 163 | 227 | 21 | 30 | 0 | 51 | 402 | 17 | 64 |
| Binary | 1111110 | 1110011 | 10010111 | 10001 | 11000 | 0 | 101001 | 100000010 | 1111 | 110100 |
Color Harmonies of #7E7397
Complementary color
Monochromatic Colors of #7E7397
Black with #7E7397
Text Example
Text Example
White with #7E7397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7397; }
p { color: rgb(126,115,151); }
H1.HeaderClassName
{
color: #7E7397;
}
.AnyTagClassName
{
color: #7E7397;
}
</style>
background-color css
<style>
a { background-color: #7E7397; }
a { background-color: rgb(126,115,151); }
div.DivClassName
{
background-color: #7E7397;
}
.BgClassName
{
background-color: #7E7397;
}
</style>
border-color css
<style>
span { border-color: #7E7397; }
span { border-color: rgb(126,115,151); }
td.TdClassName
{
border-color: #7E7397;
}
.TagClassName
{
border-color: #7E7397;
}
</style>