Shades of Deluge #7E719A
Tints of Deluge #7E719A
RGB
CMYK
RGB Variations
Color information
#7E719A (or 0x7E719A) is known color: Deluge. HEX triplet: 7E, 71 and 9A. RGB value is (126,113,154). Sum of RGB (Red+Green+Blue) = 126+113+154=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E719A is #818E65. Grayscale: #797979. Windows color (decimal): -8490598 or 10121598. OLE color: 10121598.
HSL color Cylindrical-coordinate representation of color #7E719A: hue angle of 259.02º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E719A is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 113 | 154 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.40 |
| HSL | 259.02º | 0.17% | 0.52% | - |
| HSV(B) | 259.02º | 0.27% | 0.6% | - |
| XYZ | 20.34 | 18.58 | 33.09 | - |
| YUV | 121.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 154 | 0.18 | 0.27 | 0 | 0.40 | 259.02 | 0.17 | 0.52 |
| Hex | 7E | 71 | 9A | 12 | 1B | 0 | 28 | 103 | 11 | 34 |
| Octal | 176 | 161 | 232 | 22 | 33 | 0 | 50 | 403 | 21 | 64 |
| Binary | 1111110 | 1110001 | 10011010 | 10010 | 11011 | 0 | 101000 | 100000011 | 10001 | 110100 |
Color Harmonies of #7E719A
Complementary color
Monochromatic Colors of #7E719A
Black with #7E719A
Text Example
Text Example
White with #7E719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E719A; }
p { color: rgb(126,113,154); }
H1.HeaderClassName
{
color: #7E719A;
}
.AnyTagClassName
{
color: #7E719A;
}
</style>
background-color css
<style>
a { background-color: #7E719A; }
a { background-color: rgb(126,113,154); }
div.DivClassName
{
background-color: #7E719A;
}
.BgClassName
{
background-color: #7E719A;
}
</style>
border-color css
<style>
span { border-color: #7E719A; }
span { border-color: rgb(126,113,154); }
td.TdClassName
{
border-color: #7E719A;
}
.TagClassName
{
border-color: #7E719A;
}
</style>