Shades of Deluge #7A6E9A
Tints of Deluge #7A6E9A
RGB
CMYK
RGB Variations
Color information
#7A6E9A (or 0x7A6E9A) is known color: Deluge. HEX triplet: 7A, 6E and 9A. RGB value is (122,110,154). Sum of RGB (Red+Green+Blue) = 122+110+154=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A6E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6E9A is #859165. Grayscale: #767676. Windows color (decimal): -8753510 or 10120826. OLE color: 10120826.
HSL color Cylindrical-coordinate representation of color #7A6E9A: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A6E9A is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 110 | 154 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.40 |
| HSL | 256.36º | 0.18% | 0.52% | - |
| HSV(B) | 256.36º | 0.29% | 0.6% | - |
| XYZ | 19.43 | 17.62 | 32.95 | - |
| YUV | 118.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 154 | 0.21 | 0.29 | 0 | 0.40 | 256.36 | 0.18 | 0.52 |
| Hex | 7A | 6E | 9A | 15 | 1D | 0 | 28 | 100 | 12 | 34 |
| Octal | 172 | 156 | 232 | 25 | 35 | 0 | 50 | 400 | 22 | 64 |
| Binary | 1111010 | 1101110 | 10011010 | 10101 | 11101 | 0 | 101000 | 100000000 | 10010 | 110100 |
Color Harmonies of #7A6E9A
Complementary color
Monochromatic Colors of #7A6E9A
Black with #7A6E9A
Text Example
Text Example
White with #7A6E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E9A; }
p { color: rgb(122,110,154); }
H1.HeaderClassName
{
color: #7A6E9A;
}
.AnyTagClassName
{
color: #7A6E9A;
}
</style>
background-color css
<style>
a { background-color: #7A6E9A; }
a { background-color: rgb(122,110,154); }
div.DivClassName
{
background-color: #7A6E9A;
}
.BgClassName
{
background-color: #7A6E9A;
}
</style>
border-color css
<style>
span { border-color: #7A6E9A; }
span { border-color: rgb(122,110,154); }
td.TdClassName
{
border-color: #7A6E9A;
}
.TagClassName
{
border-color: #7A6E9A;
}
</style>