Shades of Deluge #7A6995
Tints of Deluge #7A6995
RGB
CMYK
RGB Variations
Color information
#7A6995 (or 0x7A6995) is known color: Deluge. HEX triplet: 7A, 69 and 95. RGB value is (122,105,149). Sum of RGB (Red+Green+Blue) = 122+105+149=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A6995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6995 is #85966A. Grayscale: #727272. Windows color (decimal): -8754795 or 9791866. OLE color: 9791866.
HSL color Cylindrical-coordinate representation of color #7A6995: hue angle of 263.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A6995 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 105 | 149 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.42 |
| HSL | 263.18º | 0.17% | 0.5% | - |
| HSV(B) | 263.18º | 0.3% | 0.58% | - |
| XYZ | 18.5 | 16.41 | 30.63 | - |
| YUV | 115.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 149 | 0.18 | 0.30 | 0 | 0.42 | 263.18 | 0.17 | 0.5 |
| Hex | 7A | 69 | 95 | 12 | 1E | 0 | 2A | 107 | 11 | 32 |
| Octal | 172 | 151 | 225 | 22 | 36 | 0 | 52 | 407 | 21 | 62 |
| Binary | 1111010 | 1101001 | 10010101 | 10010 | 11110 | 0 | 101010 | 100000111 | 10001 | 110010 |
Color Harmonies of #7A6995
Complementary color
Monochromatic Colors of #7A6995
Black with #7A6995
Text Example
Text Example
White with #7A6995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6995; }
p { color: rgb(122,105,149); }
H1.HeaderClassName
{
color: #7A6995;
}
.AnyTagClassName
{
color: #7A6995;
}
</style>
background-color css
<style>
a { background-color: #7A6995; }
a { background-color: rgb(122,105,149); }
div.DivClassName
{
background-color: #7A6995;
}
.BgClassName
{
background-color: #7A6995;
}
</style>
border-color css
<style>
span { border-color: #7A6995; }
span { border-color: rgb(122,105,149); }
td.TdClassName
{
border-color: #7A6995;
}
.TagClassName
{
border-color: #7A6995;
}
</style>