Shades of Deluge #7E659E
Tints of Deluge #7E659E
RGB
CMYK
RGB Variations
Color information
#7E659E (or 0x7E659E) is known color: Deluge. HEX triplet: 7E, 65 and 9E. RGB value is (126,101,158). Sum of RGB (Red+Green+Blue) = 126+101+158=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E659E is #819A61. Grayscale: #727272. Windows color (decimal): -8493666 or 10380670. OLE color: 10380670.
HSL color Cylindrical-coordinate representation of color #7E659E: hue angle of 266.32º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E659E is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 101 | 158 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.38 |
| HSL | 266.32º | 0.23% | 0.51% | - |
| HSV(B) | 266.32º | 0.36% | 0.62% | - |
| XYZ | 19.43 | 16.21 | 34.45 | - |
| YUV | 114.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 158 | 0.20 | 0.36 | 0 | 0.38 | 266.32 | 0.23 | 0.51 |
| Hex | 7E | 65 | 9E | 14 | 24 | 0 | 26 | 10A | 17 | 33 |
| Octal | 176 | 145 | 236 | 24 | 44 | 0 | 46 | 412 | 27 | 63 |
| Binary | 1111110 | 1100101 | 10011110 | 10100 | 100100 | 0 | 100110 | 100001010 | 10111 | 110011 |
Color Harmonies of #7E659E
Complementary color
Monochromatic Colors of #7E659E
Black with #7E659E
Text Example
Text Example
White with #7E659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E659E; }
p { color: rgb(126,101,158); }
H1.HeaderClassName
{
color: #7E659E;
}
.AnyTagClassName
{
color: #7E659E;
}
</style>
background-color css
<style>
a { background-color: #7E659E; }
a { background-color: rgb(126,101,158); }
div.DivClassName
{
background-color: #7E659E;
}
.BgClassName
{
background-color: #7E659E;
}
</style>
border-color css
<style>
span { border-color: #7E659E; }
span { border-color: rgb(126,101,158); }
td.TdClassName
{
border-color: #7E659E;
}
.TagClassName
{
border-color: #7E659E;
}
</style>