Shades of Deluge #7E729F
Tints of Deluge #7E729F
RGB
CMYK
RGB Variations
Color information
#7E729F (or 0x7E729F) is known color: Deluge. HEX triplet: 7E, 72 and 9F. RGB value is (126,114,159). Sum of RGB (Red+Green+Blue) = 126+114+159=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E729F is #818D60. Grayscale: #7A7A7A. Windows color (decimal): -8490337 or 10449534. OLE color: 10449534.
HSL color Cylindrical-coordinate representation of color #7E729F: hue angle of 256º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E729F is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 114 | 159 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.38 |
| HSL | 256º | 0.19% | 0.54% | - |
| HSV(B) | 256º | 0.28% | 0.62% | - |
| XYZ | 20.88 | 18.97 | 35.36 | - |
| YUV | 122.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 159 | 0.21 | 0.28 | 0 | 0.38 | 256 | 0.19 | 0.54 |
| Hex | 7E | 72 | 9F | 15 | 1C | 0 | 26 | 100 | 13 | 36 |
| Octal | 176 | 162 | 237 | 25 | 34 | 0 | 46 | 400 | 23 | 66 |
| Binary | 1111110 | 1110010 | 10011111 | 10101 | 11100 | 0 | 100110 | 100000000 | 10011 | 110110 |
Color Harmonies of #7E729F
Complementary color
Monochromatic Colors of #7E729F
Black with #7E729F
Text Example
Text Example
White with #7E729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E729F; }
p { color: rgb(126,114,159); }
H1.HeaderClassName
{
color: #7E729F;
}
.AnyTagClassName
{
color: #7E729F;
}
</style>
background-color css
<style>
a { background-color: #7E729F; }
a { background-color: rgb(126,114,159); }
div.DivClassName
{
background-color: #7E729F;
}
.BgClassName
{
background-color: #7E729F;
}
</style>
border-color css
<style>
span { border-color: #7E729F; }
span { border-color: rgb(126,114,159); }
td.TdClassName
{
border-color: #7E729F;
}
.TagClassName
{
border-color: #7E729F;
}
</style>