Shades of Deluge #7A6297
Tints of Deluge #7A6297
RGB
CMYK
RGB Variations
Color information
#7A6297 (or 0x7A6297) is known color: Deluge. HEX triplet: 7A, 62 and 97. RGB value is (122,98,151). Sum of RGB (Red+Green+Blue) = 122+98+151=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A6297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6297 is #859D68. Grayscale: #6F6F6F. Windows color (decimal): -8756585 or 9921146. OLE color: 9921146.
HSL color Cylindrical-coordinate representation of color #7A6297: hue angle of 267.17º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A6297 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 98 | 151 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.41 |
| HSL | 267.17º | 0.21% | 0.49% | - |
| HSV(B) | 267.17º | 0.35% | 0.59% | - |
| XYZ | 17.98 | 15.11 | 31.25 | - |
| YUV | 111.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 151 | 0.19 | 0.35 | 0 | 0.41 | 267.17 | 0.21 | 0.49 |
| Hex | 7A | 62 | 97 | 13 | 23 | 0 | 29 | 10B | 15 | 31 |
| Octal | 172 | 142 | 227 | 23 | 43 | 0 | 51 | 413 | 25 | 61 |
| Binary | 1111010 | 1100010 | 10010111 | 10011 | 100011 | 0 | 101001 | 100001011 | 10101 | 110001 |
Color Harmonies of #7A6297
Complementary color
Monochromatic Colors of #7A6297
Black with #7A6297
Text Example
Text Example
White with #7A6297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6297; }
p { color: rgb(122,98,151); }
H1.HeaderClassName
{
color: #7A6297;
}
.AnyTagClassName
{
color: #7A6297;
}
</style>
background-color css
<style>
a { background-color: #7A6297; }
a { background-color: rgb(122,98,151); }
div.DivClassName
{
background-color: #7A6297;
}
.BgClassName
{
background-color: #7A6297;
}
</style>
border-color css
<style>
span { border-color: #7A6297; }
span { border-color: rgb(122,98,151); }
td.TdClassName
{
border-color: #7A6297;
}
.TagClassName
{
border-color: #7A6297;
}
</style>