Shades of Deluge #7A7599
Tints of Deluge #7A7599
RGB
CMYK
RGB Variations
Color information
#7A7599 (or 0x7A7599) is known color: Deluge. HEX triplet: 7A, 75 and 99. RGB value is (122,117,153). Sum of RGB (Red+Green+Blue) = 122+117+153=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A7599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7599 is #858A66. Grayscale: #7A7A7A. Windows color (decimal): -8751719 or 10057082. OLE color: 10057082.
HSL color Cylindrical-coordinate representation of color #7A7599: hue angle of 248.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A7599 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 117 | 153 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.4 |
| HSL | 248.33º | 0.15% | 0.53% | - |
| HSV(B) | 248.33º | 0.24% | 0.6% | - |
| XYZ | 20.14 | 19.16 | 32.77 | - |
| YUV | 122.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 153 | 0.20 | 0.24 | 0 | 0.4 | 248.33 | 0.15 | 0.53 |
| Hex | 7A | 75 | 99 | 14 | 18 | 0 | 28 | F8 | F | 35 |
| Octal | 172 | 165 | 231 | 24 | 30 | 0 | 50 | 370 | 17 | 65 |
| Binary | 1111010 | 1110101 | 10011001 | 10100 | 11000 | 0 | 101000 | 11111000 | 1111 | 110101 |
Color Harmonies of #7A7599
Complementary color
Monochromatic Colors of #7A7599
Black with #7A7599
Text Example
Text Example
White with #7A7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7599; }
p { color: rgb(122,117,153); }
H1.HeaderClassName
{
color: #7A7599;
}
.AnyTagClassName
{
color: #7A7599;
}
</style>
background-color css
<style>
a { background-color: #7A7599; }
a { background-color: rgb(122,117,153); }
div.DivClassName
{
background-color: #7A7599;
}
.BgClassName
{
background-color: #7A7599;
}
</style>
border-color css
<style>
span { border-color: #7A7599; }
span { border-color: rgb(122,117,153); }
td.TdClassName
{
border-color: #7A7599;
}
.TagClassName
{
border-color: #7A7599;
}
</style>