Shades of Deluge #7A6BAC
Tints of Deluge #7A6BAC
RGB
CMYK
RGB Variations
Color information
#7A6BAC (or 0x7A6BAC) is known color: Deluge. HEX triplet: 7A, 6B and AC. RGB value is (122,107,172). Sum of RGB (Red+Green+Blue) = 122+107+172=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A6BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6BAC is #859453. Grayscale: #767676. Windows color (decimal): -8754260 or 11299706. OLE color: 11299706.
HSL color Cylindrical-coordinate representation of color #7A6BAC: hue angle of 253.85º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A6BAC is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 107 | 172 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.33 |
| HSL | 253.85º | 0.28% | 0.55% | - |
| HSV(B) | 253.85º | 0.38% | 0.67% | - |
| XYZ | 20.73 | 17.63 | 41.34 | - |
| YUV | 118.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 172 | 0.29 | 0.38 | 0 | 0.33 | 253.85 | 0.28 | 0.55 |
| Hex | 7A | 6B | AC | 1D | 26 | 0 | 21 | FE | 1C | 37 |
| Octal | 172 | 153 | 254 | 35 | 46 | 0 | 41 | 376 | 34 | 67 |
| Binary | 1111010 | 1101011 | 10101100 | 11101 | 100110 | 0 | 100001 | 11111110 | 11100 | 110111 |
Color Harmonies of #7A6BAC
Complementary color
Monochromatic Colors of #7A6BAC
Black with #7A6BAC
Text Example
Text Example
White with #7A6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6BAC; }
p { color: rgb(122,107,172); }
H1.HeaderClassName
{
color: #7A6BAC;
}
.AnyTagClassName
{
color: #7A6BAC;
}
</style>
background-color css
<style>
a { background-color: #7A6BAC; }
a { background-color: rgb(122,107,172); }
div.DivClassName
{
background-color: #7A6BAC;
}
.BgClassName
{
background-color: #7A6BAC;
}
</style>
border-color css
<style>
span { border-color: #7A6BAC; }
span { border-color: rgb(122,107,172); }
td.TdClassName
{
border-color: #7A6BAC;
}
.TagClassName
{
border-color: #7A6BAC;
}
</style>