Shades of Deluge #7A7390
Tints of Deluge #7A7390
RGB
CMYK
RGB Variations
Color information
#7A7390 (or 0x7A7390) is known color: Deluge. HEX triplet: 7A, 73 and 90. RGB value is (122,115,144). Sum of RGB (Red+Green+Blue) = 122+115+144=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7390 is #858C6F. Grayscale: #787878. Windows color (decimal): -8752240 or 9466746. OLE color: 9466746.
HSL color Cylindrical-coordinate representation of color #7A7390: hue angle of 254.48º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A7390 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 115 | 144 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.44 |
| HSL | 254.48º | 0.12% | 0.51% | - |
| HSV(B) | 254.48º | 0.2% | 0.56% | - |
| XYZ | 19.19 | 18.41 | 28.93 | - |
| YUV | 120.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 144 | 0.15 | 0.20 | 0 | 0.44 | 254.48 | 0.12 | 0.51 |
| Hex | 7A | 73 | 90 | F | 14 | 0 | 2C | FE | C | 33 |
| Octal | 172 | 163 | 220 | 17 | 24 | 0 | 54 | 376 | 14 | 63 |
| Binary | 1111010 | 1110011 | 10010000 | 1111 | 10100 | 0 | 101100 | 11111110 | 1100 | 110011 |
Color Harmonies of #7A7390
Complementary color
Monochromatic Colors of #7A7390
Black with #7A7390
Text Example
Text Example
White with #7A7390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7390; }
p { color: rgb(122,115,144); }
H1.HeaderClassName
{
color: #7A7390;
}
.AnyTagClassName
{
color: #7A7390;
}
</style>
background-color css
<style>
a { background-color: #7A7390; }
a { background-color: rgb(122,115,144); }
div.DivClassName
{
background-color: #7A7390;
}
.BgClassName
{
background-color: #7A7390;
}
</style>
border-color css
<style>
span { border-color: #7A7390; }
span { border-color: rgb(122,115,144); }
td.TdClassName
{
border-color: #7A7390;
}
.TagClassName
{
border-color: #7A7390;
}
</style>