Shades of Deluge #7A7698
Tints of Deluge #7A7698
RGB
CMYK
RGB Variations
Color information
#7A7698 (or 0x7A7698) is known color: Deluge. HEX triplet: 7A, 76 and 98. RGB value is (122,118,152). Sum of RGB (Red+Green+Blue) = 122+118+152=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A7698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7698 is #858967. Grayscale: #7A7A7A. Windows color (decimal): -8751464 or 9991802. OLE color: 9991802.
HSL color Cylindrical-coordinate representation of color #7A7698: hue angle of 247.06º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A7698 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 118 | 152 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.40 |
| HSL | 247.06º | 0.14% | 0.53% | - |
| HSV(B) | 247.06º | 0.22% | 0.6% | - |
| XYZ | 20.17 | 19.36 | 32.38 | - |
| YUV | 123.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 152 | 0.20 | 0.22 | 0 | 0.40 | 247.06 | 0.14 | 0.53 |
| Hex | 7A | 76 | 98 | 14 | 16 | 0 | 28 | F7 | E | 35 |
| Octal | 172 | 166 | 230 | 24 | 26 | 0 | 50 | 367 | 16 | 65 |
| Binary | 1111010 | 1110110 | 10011000 | 10100 | 10110 | 0 | 101000 | 11110111 | 1110 | 110101 |
Color Harmonies of #7A7698
Complementary color
Monochromatic Colors of #7A7698
Black with #7A7698
Text Example
Text Example
White with #7A7698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7698; }
p { color: rgb(122,118,152); }
H1.HeaderClassName
{
color: #7A7698;
}
.AnyTagClassName
{
color: #7A7698;
}
</style>
background-color css
<style>
a { background-color: #7A7698; }
a { background-color: rgb(122,118,152); }
div.DivClassName
{
background-color: #7A7698;
}
.BgClassName
{
background-color: #7A7698;
}
</style>
border-color css
<style>
span { border-color: #7A7698; }
span { border-color: rgb(122,118,152); }
td.TdClassName
{
border-color: #7A7698;
}
.TagClassName
{
border-color: #7A7698;
}
</style>