Shades of Deluge #7A7294
Tints of Deluge #7A7294
RGB
CMYK
RGB Variations
Color information
#7A7294 (or 0x7A7294) is known color: Deluge. HEX triplet: 7A, 72 and 94. RGB value is (122,114,148). Sum of RGB (Red+Green+Blue) = 122+114+148=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A7294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7294 is #858D6B. Grayscale: #787878. Windows color (decimal): -8752492 or 9728634. OLE color: 9728634.
HSL color Cylindrical-coordinate representation of color #7A7294: hue angle of 254.12º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A7294 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 114 | 148 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.42 |
| HSL | 254.12º | 0.14% | 0.51% | - |
| HSV(B) | 254.12º | 0.23% | 0.58% | - |
| XYZ | 19.39 | 18.31 | 30.53 | - |
| YUV | 120.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 148 | 0.18 | 0.23 | 0 | 0.42 | 254.12 | 0.14 | 0.51 |
| Hex | 7A | 72 | 94 | 12 | 17 | 0 | 2A | FE | E | 33 |
| Octal | 172 | 162 | 224 | 22 | 27 | 0 | 52 | 376 | 16 | 63 |
| Binary | 1111010 | 1110010 | 10010100 | 10010 | 10111 | 0 | 101010 | 11111110 | 1110 | 110011 |
Color Harmonies of #7A7294
Complementary color
Monochromatic Colors of #7A7294
Black with #7A7294
Text Example
Text Example
White with #7A7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7294; }
p { color: rgb(122,114,148); }
H1.HeaderClassName
{
color: #7A7294;
}
.AnyTagClassName
{
color: #7A7294;
}
</style>
background-color css
<style>
a { background-color: #7A7294; }
a { background-color: rgb(122,114,148); }
div.DivClassName
{
background-color: #7A7294;
}
.BgClassName
{
background-color: #7A7294;
}
</style>
border-color css
<style>
span { border-color: #7A7294; }
span { border-color: rgb(122,114,148); }
td.TdClassName
{
border-color: #7A7294;
}
.TagClassName
{
border-color: #7A7294;
}
</style>