Shades of Deluge #7A69AC
Tints of Deluge #7A69AC
RGB
CMYK
RGB Variations
Color information
#7A69AC (or 0x7A69AC) is known color: Deluge. HEX triplet: 7A, 69 and AC. RGB value is (122,105,172). Sum of RGB (Red+Green+Blue) = 122+105+172=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A69AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A69AC is #859653. Grayscale: #757575. Windows color (decimal): -8754772 or 11299194. OLE color: 11299194.
HSL color Cylindrical-coordinate representation of color #7A69AC: hue angle of 255.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A69AC is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 105 | 172 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.33 |
| HSL | 255.22º | 0.29% | 0.54% | - |
| HSV(B) | 255.22º | 0.39% | 0.67% | - |
| XYZ | 20.52 | 17.22 | 41.27 | - |
| YUV | 117.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 172 | 0.29 | 0.39 | 0 | 0.33 | 255.22 | 0.29 | 0.54 |
| Hex | 7A | 69 | AC | 1D | 27 | 0 | 21 | FF | 1D | 36 |
| Octal | 172 | 151 | 254 | 35 | 47 | 0 | 41 | 377 | 35 | 66 |
| Binary | 1111010 | 1101001 | 10101100 | 11101 | 100111 | 0 | 100001 | 11111111 | 11101 | 110110 |
Color Harmonies of #7A69AC
Complementary color
Monochromatic Colors of #7A69AC
Black with #7A69AC
Text Example
Text Example
White with #7A69AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A69AC; }
p { color: rgb(122,105,172); }
H1.HeaderClassName
{
color: #7A69AC;
}
.AnyTagClassName
{
color: #7A69AC;
}
</style>
background-color css
<style>
a { background-color: #7A69AC; }
a { background-color: rgb(122,105,172); }
div.DivClassName
{
background-color: #7A69AC;
}
.BgClassName
{
background-color: #7A69AC;
}
</style>
border-color css
<style>
span { border-color: #7A69AC; }
span { border-color: rgb(122,105,172); }
td.TdClassName
{
border-color: #7A69AC;
}
.TagClassName
{
border-color: #7A69AC;
}
</style>