Shades of Deluge #7A6894
Tints of Deluge #7A6894
RGB
CMYK
RGB Variations
Color information
#7A6894 (or 0x7A6894) is known color: Deluge. HEX triplet: 7A, 68 and 94. RGB value is (122,104,148). Sum of RGB (Red+Green+Blue) = 122+104+148=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A6894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6894 is #85976B. Grayscale: #727272. Windows color (decimal): -8755052 or 9726074. OLE color: 9726074.
HSL color Cylindrical-coordinate representation of color #7A6894: hue angle of 264.55º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A6894 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 104 | 148 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.42 |
| HSL | 264.55º | 0.17% | 0.49% | - |
| HSV(B) | 264.55º | 0.3% | 0.58% | - |
| XYZ | 18.32 | 16.18 | 30.17 | - |
| YUV | 114.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 148 | 0.18 | 0.30 | 0 | 0.42 | 264.55 | 0.17 | 0.49 |
| Hex | 7A | 68 | 94 | 12 | 1E | 0 | 2A | 109 | 11 | 31 |
| Octal | 172 | 150 | 224 | 22 | 36 | 0 | 52 | 411 | 21 | 61 |
| Binary | 1111010 | 1101000 | 10010100 | 10010 | 11110 | 0 | 101010 | 100001001 | 10001 | 110001 |
Color Harmonies of #7A6894
Complementary color
Monochromatic Colors of #7A6894
Black with #7A6894
Text Example
Text Example
White with #7A6894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6894; }
p { color: rgb(122,104,148); }
H1.HeaderClassName
{
color: #7A6894;
}
.AnyTagClassName
{
color: #7A6894;
}
</style>
background-color css
<style>
a { background-color: #7A6894; }
a { background-color: rgb(122,104,148); }
div.DivClassName
{
background-color: #7A6894;
}
.BgClassName
{
background-color: #7A6894;
}
</style>
border-color css
<style>
span { border-color: #7A6894; }
span { border-color: rgb(122,104,148); }
td.TdClassName
{
border-color: #7A6894;
}
.TagClassName
{
border-color: #7A6894;
}
</style>