Shades of Deluge #7A7099
Tints of Deluge #7A7099
RGB
CMYK
RGB Variations
Color information
#7A7099 (or 0x7A7099) is known color: Deluge. HEX triplet: 7A, 70 and 99. RGB value is (122,112,153). Sum of RGB (Red+Green+Blue) = 122+112+153=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A7099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7099 is #858F66. Grayscale: #777777. Windows color (decimal): -8752999 or 10055802. OLE color: 10055802.
HSL color Cylindrical-coordinate representation of color #7A7099: hue angle of 254.63º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A7099 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 112 | 153 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.4 |
| HSL | 254.63º | 0.17% | 0.52% | - |
| HSV(B) | 254.63º | 0.27% | 0.6% | - |
| XYZ | 19.57 | 18.03 | 32.58 | - |
| YUV | 119.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 153 | 0.20 | 0.27 | 0 | 0.4 | 254.63 | 0.17 | 0.52 |
| Hex | 7A | 70 | 99 | 14 | 1B | 0 | 28 | FF | 11 | 34 |
| Octal | 172 | 160 | 231 | 24 | 33 | 0 | 50 | 377 | 21 | 64 |
| Binary | 1111010 | 1110000 | 10011001 | 10100 | 11011 | 0 | 101000 | 11111111 | 10001 | 110100 |
Color Harmonies of #7A7099
Complementary color
Monochromatic Colors of #7A7099
Black with #7A7099
Text Example
Text Example
White with #7A7099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7099; }
p { color: rgb(122,112,153); }
H1.HeaderClassName
{
color: #7A7099;
}
.AnyTagClassName
{
color: #7A7099;
}
</style>
background-color css
<style>
a { background-color: #7A7099; }
a { background-color: rgb(122,112,153); }
div.DivClassName
{
background-color: #7A7099;
}
.BgClassName
{
background-color: #7A7099;
}
</style>
border-color css
<style>
span { border-color: #7A7099; }
span { border-color: rgb(122,112,153); }
td.TdClassName
{
border-color: #7A7099;
}
.TagClassName
{
border-color: #7A7099;
}
</style>