Shades of Deluge #7A7590
Tints of Deluge #7A7590
RGB
CMYK
RGB Variations
Color information
#7A7590 (or 0x7A7590) is known color: Deluge. HEX triplet: 7A, 75 and 90. RGB value is (122,117,144). Sum of RGB (Red+Green+Blue) = 122+117+144=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A7590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7590 is #858A6F. Grayscale: #797979. Windows color (decimal): -8751728 or 9467258. OLE color: 9467258.
HSL color Cylindrical-coordinate representation of color #7A7590: hue angle of 251.11º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A7590 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 117 | 144 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.44 |
| HSL | 251.11º | 0.11% | 0.51% | - |
| HSV(B) | 251.11º | 0.19% | 0.56% | - |
| XYZ | 19.42 | 18.87 | 29 | - |
| YUV | 121.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 144 | 0.15 | 0.19 | 0 | 0.44 | 251.11 | 0.11 | 0.51 |
| Hex | 7A | 75 | 90 | F | 13 | 0 | 2C | FB | B | 33 |
| Octal | 172 | 165 | 220 | 17 | 23 | 0 | 54 | 373 | 13 | 63 |
| Binary | 1111010 | 1110101 | 10010000 | 1111 | 10011 | 0 | 101100 | 11111011 | 1011 | 110011 |
Color Harmonies of #7A7590
Complementary color
Monochromatic Colors of #7A7590
Black with #7A7590
Text Example
Text Example
White with #7A7590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7590; }
p { color: rgb(122,117,144); }
H1.HeaderClassName
{
color: #7A7590;
}
.AnyTagClassName
{
color: #7A7590;
}
</style>
background-color css
<style>
a { background-color: #7A7590; }
a { background-color: rgb(122,117,144); }
div.DivClassName
{
background-color: #7A7590;
}
.BgClassName
{
background-color: #7A7590;
}
</style>
border-color css
<style>
span { border-color: #7A7590; }
span { border-color: rgb(122,117,144); }
td.TdClassName
{
border-color: #7A7590;
}
.TagClassName
{
border-color: #7A7590;
}
</style>