Shades of Deluge #7A6998
Tints of Deluge #7A6998
RGB
CMYK
RGB Variations
Color information
#7A6998 (or 0x7A6998) is known color: Deluge. HEX triplet: 7A, 69 and 98. RGB value is (122,105,152). Sum of RGB (Red+Green+Blue) = 122+105+152=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A6998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6998 is #859667. Grayscale: #737373. Windows color (decimal): -8754792 or 9988474. OLE color: 9988474.
HSL color Cylindrical-coordinate representation of color #7A6998: hue angle of 261.7º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A6998 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 105 | 152 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.40 |
| HSL | 261.7º | 0.19% | 0.5% | - |
| HSV(B) | 261.7º | 0.31% | 0.6% | - |
| XYZ | 18.75 | 16.51 | 31.9 | - |
| YUV | 115.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 152 | 0.20 | 0.31 | 0 | 0.40 | 261.7 | 0.19 | 0.5 |
| Hex | 7A | 69 | 98 | 14 | 1F | 0 | 28 | 106 | 13 | 32 |
| Octal | 172 | 151 | 230 | 24 | 37 | 0 | 50 | 406 | 23 | 62 |
| Binary | 1111010 | 1101001 | 10011000 | 10100 | 11111 | 0 | 101000 | 100000110 | 10011 | 110010 |
Color Harmonies of #7A6998
Complementary color
Monochromatic Colors of #7A6998
Black with #7A6998
Text Example
Text Example
White with #7A6998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6998; }
p { color: rgb(122,105,152); }
H1.HeaderClassName
{
color: #7A6998;
}
.AnyTagClassName
{
color: #7A6998;
}
</style>
background-color css
<style>
a { background-color: #7A6998; }
a { background-color: rgb(122,105,152); }
div.DivClassName
{
background-color: #7A6998;
}
.BgClassName
{
background-color: #7A6998;
}
</style>
border-color css
<style>
span { border-color: #7A6998; }
span { border-color: rgb(122,105,152); }
td.TdClassName
{
border-color: #7A6998;
}
.TagClassName
{
border-color: #7A6998;
}
</style>