Shades of Deluge #7E6199
Tints of Deluge #7E6199
RGB
CMYK
RGB Variations
Color information
#7E6199 (or 0x7E6199) is known color: Deluge. HEX triplet: 7E, 61 and 99. RGB value is (126,97,153). Sum of RGB (Red+Green+Blue) = 126+97+153=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E6199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6199 is #819E66. Grayscale: #6F6F6F. Windows color (decimal): -8494695 or 10051966. OLE color: 10051966.
HSL color Cylindrical-coordinate representation of color #7E6199: hue angle of 271.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E6199 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 97 | 153 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.4 |
| HSL | 271.07º | 0.22% | 0.49% | - |
| HSV(B) | 271.07º | 0.37% | 0.6% | - |
| XYZ | 18.63 | 15.28 | 32.11 | - |
| YUV | 112.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 97 | 153 | 0.18 | 0.37 | 0 | 0.4 | 271.07 | 0.22 | 0.49 |
| Hex | 7E | 61 | 99 | 12 | 25 | 0 | 28 | 10F | 16 | 31 |
| Octal | 176 | 141 | 231 | 22 | 45 | 0 | 50 | 417 | 26 | 61 |
| Binary | 1111110 | 1100001 | 10011001 | 10010 | 100101 | 0 | 101000 | 100001111 | 10110 | 110001 |
Color Harmonies of #7E6199
Complementary color
Monochromatic Colors of #7E6199
Black with #7E6199
Text Example
Text Example
White with #7E6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6199; }
p { color: rgb(126,97,153); }
H1.HeaderClassName
{
color: #7E6199;
}
.AnyTagClassName
{
color: #7E6199;
}
</style>
background-color css
<style>
a { background-color: #7E6199; }
a { background-color: rgb(126,97,153); }
div.DivClassName
{
background-color: #7E6199;
}
.BgClassName
{
background-color: #7E6199;
}
</style>
border-color css
<style>
span { border-color: #7E6199; }
span { border-color: rgb(126,97,153); }
td.TdClassName
{
border-color: #7E6199;
}
.TagClassName
{
border-color: #7E6199;
}
</style>