Shades of Deluge #7A7394
Tints of Deluge #7A7394
RGB
CMYK
RGB Variations
Color information
#7A7394 (or 0x7A7394) is known color: Deluge. HEX triplet: 7A, 73 and 94. RGB value is (122,115,148). Sum of RGB (Red+Green+Blue) = 122+115+148=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A7394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7394 is #858C6B. Grayscale: #787878. Windows color (decimal): -8752236 or 9728890. OLE color: 9728890.
HSL color Cylindrical-coordinate representation of color #7A7394: hue angle of 252.73º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A7394 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 115 | 148 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.42 |
| HSL | 252.73º | 0.13% | 0.52% | - |
| HSV(B) | 252.73º | 0.22% | 0.58% | - |
| XYZ | 19.5 | 18.54 | 30.57 | - |
| YUV | 120.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 148 | 0.18 | 0.22 | 0 | 0.42 | 252.73 | 0.13 | 0.52 |
| Hex | 7A | 73 | 94 | 12 | 16 | 0 | 2A | FD | D | 34 |
| Octal | 172 | 163 | 224 | 22 | 26 | 0 | 52 | 375 | 15 | 64 |
| Binary | 1111010 | 1110011 | 10010100 | 10010 | 10110 | 0 | 101010 | 11111101 | 1101 | 110100 |
Color Harmonies of #7A7394
Complementary color
Monochromatic Colors of #7A7394
Black with #7A7394
Text Example
Text Example
White with #7A7394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7394; }
p { color: rgb(122,115,148); }
H1.HeaderClassName
{
color: #7A7394;
}
.AnyTagClassName
{
color: #7A7394;
}
</style>
background-color css
<style>
a { background-color: #7A7394; }
a { background-color: rgb(122,115,148); }
div.DivClassName
{
background-color: #7A7394;
}
.BgClassName
{
background-color: #7A7394;
}
</style>
border-color css
<style>
span { border-color: #7A7394; }
span { border-color: rgb(122,115,148); }
td.TdClassName
{
border-color: #7A7394;
}
.TagClassName
{
border-color: #7A7394;
}
</style>