Shades of Deluge #7E719B
Tints of Deluge #7E719B
RGB
CMYK
RGB Variations
Color information
#7E719B (or 0x7E719B) is known color: Deluge. HEX triplet: 7E, 71 and 9B. RGB value is (126,113,155). Sum of RGB (Red+Green+Blue) = 126+113+155=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E719B is #818E64. Grayscale: #797979. Windows color (decimal): -8490597 or 10187134. OLE color: 10187134.
HSL color Cylindrical-coordinate representation of color #7E719B: hue angle of 258.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E719B is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 113 | 155 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.39 |
| HSL | 258.57º | 0.17% | 0.53% | - |
| HSV(B) | 258.57º | 0.27% | 0.61% | - |
| XYZ | 20.43 | 18.61 | 33.53 | - |
| YUV | 121.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 155 | 0.19 | 0.27 | 0 | 0.39 | 258.57 | 0.17 | 0.53 |
| Hex | 7E | 71 | 9B | 13 | 1B | 0 | 27 | 103 | 11 | 35 |
| Octal | 176 | 161 | 233 | 23 | 33 | 0 | 47 | 403 | 21 | 65 |
| Binary | 1111110 | 1110001 | 10011011 | 10011 | 11011 | 0 | 100111 | 100000011 | 10001 | 110101 |
Color Harmonies of #7E719B
Complementary color
Monochromatic Colors of #7E719B
Black with #7E719B
Text Example
Text Example
White with #7E719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E719B; }
p { color: rgb(126,113,155); }
H1.HeaderClassName
{
color: #7E719B;
}
.AnyTagClassName
{
color: #7E719B;
}
</style>
background-color css
<style>
a { background-color: #7E719B; }
a { background-color: rgb(126,113,155); }
div.DivClassName
{
background-color: #7E719B;
}
.BgClassName
{
background-color: #7E719B;
}
</style>
border-color css
<style>
span { border-color: #7E719B; }
span { border-color: rgb(126,113,155); }
td.TdClassName
{
border-color: #7E719B;
}
.TagClassName
{
border-color: #7E719B;
}
</style>