Shades of Deluge #7A7393
Tints of Deluge #7A7393
RGB
CMYK
RGB Variations
Color information
#7A7393 (or 0x7A7393) is known color: Deluge. HEX triplet: 7A, 73 and 93. RGB value is (122,115,147). Sum of RGB (Red+Green+Blue) = 122+115+147=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A7393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7393 is #858C6C. Grayscale: #787878. Windows color (decimal): -8752237 or 9663354. OLE color: 9663354.
HSL color Cylindrical-coordinate representation of color #7A7393: hue angle of 253.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A7393 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 115 | 147 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.42 |
| HSL | 253.13º | 0.13% | 0.51% | - |
| HSV(B) | 253.13º | 0.22% | 0.58% | - |
| XYZ | 19.42 | 18.51 | 30.15 | - |
| YUV | 120.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 147 | 0.17 | 0.22 | 0 | 0.42 | 253.13 | 0.13 | 0.51 |
| Hex | 7A | 73 | 93 | 11 | 16 | 0 | 2A | FD | D | 33 |
| Octal | 172 | 163 | 223 | 21 | 26 | 0 | 52 | 375 | 15 | 63 |
| Binary | 1111010 | 1110011 | 10010011 | 10001 | 10110 | 0 | 101010 | 11111101 | 1101 | 110011 |
Color Harmonies of #7A7393
Complementary color
Monochromatic Colors of #7A7393
Black with #7A7393
Text Example
Text Example
White with #7A7393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7393; }
p { color: rgb(122,115,147); }
H1.HeaderClassName
{
color: #7A7393;
}
.AnyTagClassName
{
color: #7A7393;
}
</style>
background-color css
<style>
a { background-color: #7A7393; }
a { background-color: rgb(122,115,147); }
div.DivClassName
{
background-color: #7A7393;
}
.BgClassName
{
background-color: #7A7393;
}
</style>
border-color css
<style>
span { border-color: #7A7393; }
span { border-color: rgb(122,115,147); }
td.TdClassName
{
border-color: #7A7393;
}
.TagClassName
{
border-color: #7A7393;
}
</style>