Shades of Deluge #7A739F
Tints of Deluge #7A739F
RGB
CMYK
RGB Variations
Color information
#7A739F (or 0x7A739F) is known color: Deluge. HEX triplet: 7A, 73 and 9F. RGB value is (122,115,159). Sum of RGB (Red+Green+Blue) = 122+115+159=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A739F is #858C60. Grayscale: #797979. Windows color (decimal): -8752225 or 10449786. OLE color: 10449786.
HSL color Cylindrical-coordinate representation of color #7A739F: hue angle of 249.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A739F is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 115 | 159 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.38 |
| HSL | 249.55º | 0.19% | 0.54% | - |
| HSV(B) | 249.55º | 0.28% | 0.62% | - |
| XYZ | 20.41 | 18.9 | 35.37 | - |
| YUV | 122.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 159 | 0.23 | 0.28 | 0 | 0.38 | 249.55 | 0.19 | 0.54 |
| Hex | 7A | 73 | 9F | 17 | 1C | 0 | 26 | FA | 13 | 36 |
| Octal | 172 | 163 | 237 | 27 | 34 | 0 | 46 | 372 | 23 | 66 |
| Binary | 1111010 | 1110011 | 10011111 | 10111 | 11100 | 0 | 100110 | 11111010 | 10011 | 110110 |
Color Harmonies of #7A739F
Complementary color
Monochromatic Colors of #7A739F
Black with #7A739F
Text Example
Text Example
White with #7A739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A739F; }
p { color: rgb(122,115,159); }
H1.HeaderClassName
{
color: #7A739F;
}
.AnyTagClassName
{
color: #7A739F;
}
</style>
background-color css
<style>
a { background-color: #7A739F; }
a { background-color: rgb(122,115,159); }
div.DivClassName
{
background-color: #7A739F;
}
.BgClassName
{
background-color: #7A739F;
}
</style>
border-color css
<style>
span { border-color: #7A739F; }
span { border-color: rgb(122,115,159); }
td.TdClassName
{
border-color: #7A739F;
}
.TagClassName
{
border-color: #7A739F;
}
</style>