Shades of Deluge #7A6E97
Tints of Deluge #7A6E97
RGB
CMYK
RGB Variations
Color information
#7A6E97 (or 0x7A6E97) is known color: Deluge. HEX triplet: 7A, 6E and 97. RGB value is (122,110,151). Sum of RGB (Red+Green+Blue) = 122+110+151=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A6E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6E97 is #859168. Grayscale: #767676. Windows color (decimal): -8753513 or 9924218. OLE color: 9924218.
HSL color Cylindrical-coordinate representation of color #7A6E97: hue angle of 257.56º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A6E97 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 110 | 151 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.41 |
| HSL | 257.56º | 0.16% | 0.51% | - |
| HSV(B) | 257.56º | 0.27% | 0.59% | - |
| XYZ | 19.19 | 17.52 | 31.65 | - |
| YUV | 118.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 151 | 0.19 | 0.27 | 0 | 0.41 | 257.56 | 0.16 | 0.51 |
| Hex | 7A | 6E | 97 | 13 | 1B | 0 | 29 | 102 | 10 | 33 |
| Octal | 172 | 156 | 227 | 23 | 33 | 0 | 51 | 402 | 20 | 63 |
| Binary | 1111010 | 1101110 | 10010111 | 10011 | 11011 | 0 | 101001 | 100000010 | 10000 | 110011 |
Color Harmonies of #7A6E97
Complementary color
Monochromatic Colors of #7A6E97
Black with #7A6E97
Text Example
Text Example
White with #7A6E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E97; }
p { color: rgb(122,110,151); }
H1.HeaderClassName
{
color: #7A6E97;
}
.AnyTagClassName
{
color: #7A6E97;
}
</style>
background-color css
<style>
a { background-color: #7A6E97; }
a { background-color: rgb(122,110,151); }
div.DivClassName
{
background-color: #7A6E97;
}
.BgClassName
{
background-color: #7A6E97;
}
</style>
border-color css
<style>
span { border-color: #7A6E97; }
span { border-color: rgb(122,110,151); }
td.TdClassName
{
border-color: #7A6E97;
}
.TagClassName
{
border-color: #7A6E97;
}
</style>