Shades of Deluge #7A6E9E
Tints of Deluge #7A6E9E
RGB
CMYK
RGB Variations
Color information
#7A6E9E (or 0x7A6E9E) is known color: Deluge. HEX triplet: 7A, 6E and 9E. RGB value is (122,110,158). Sum of RGB (Red+Green+Blue) = 122+110+158=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A6E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6E9E is #859161. Grayscale: #767676. Windows color (decimal): -8753506 or 10382970. OLE color: 10382970.
HSL color Cylindrical-coordinate representation of color #7A6E9E: hue angle of 255º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A6E9E is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 110 | 158 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.38 |
| HSL | 255º | 0.2% | 0.53% | - |
| HSV(B) | 255º | 0.3% | 0.62% | - |
| XYZ | 19.77 | 17.76 | 34.73 | - |
| YUV | 119.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 158 | 0.23 | 0.30 | 0 | 0.38 | 255 | 0.2 | 0.53 |
| Hex | 7A | 6E | 9E | 17 | 1E | 0 | 26 | FF | 14 | 35 |
| Octal | 172 | 156 | 236 | 27 | 36 | 0 | 46 | 377 | 24 | 65 |
| Binary | 1111010 | 1101110 | 10011110 | 10111 | 11110 | 0 | 100110 | 11111111 | 10100 | 110101 |
Color Harmonies of #7A6E9E
Complementary color
Monochromatic Colors of #7A6E9E
Black with #7A6E9E
Text Example
Text Example
White with #7A6E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E9E; }
p { color: rgb(122,110,158); }
H1.HeaderClassName
{
color: #7A6E9E;
}
.AnyTagClassName
{
color: #7A6E9E;
}
</style>
background-color css
<style>
a { background-color: #7A6E9E; }
a { background-color: rgb(122,110,158); }
div.DivClassName
{
background-color: #7A6E9E;
}
.BgClassName
{
background-color: #7A6E9E;
}
</style>
border-color css
<style>
span { border-color: #7A6E9E; }
span { border-color: rgb(122,110,158); }
td.TdClassName
{
border-color: #7A6E9E;
}
.TagClassName
{
border-color: #7A6E9E;
}
</style>