Shades of Deluge #7A659D
Tints of Deluge #7A659D
RGB
CMYK
RGB Variations
Color information
#7A659D (or 0x7A659D) is known color: Deluge. HEX triplet: 7A, 65 and 9D. RGB value is (122,101,157). Sum of RGB (Red+Green+Blue) = 122+101+157=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A659D is #859A62. Grayscale: #717171. Windows color (decimal): -8755811 or 10315130. OLE color: 10315130.
HSL color Cylindrical-coordinate representation of color #7A659D: hue angle of 262.5º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A659D is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 101 | 157 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.38 |
| HSL | 262.5º | 0.22% | 0.51% | - |
| HSV(B) | 262.5º | 0.36% | 0.62% | - |
| XYZ | 18.77 | 15.88 | 33.97 | - |
| YUV | 113.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 157 | 0.22 | 0.36 | 0 | 0.38 | 262.5 | 0.22 | 0.51 |
| Hex | 7A | 65 | 9D | 16 | 24 | 0 | 26 | 106 | 16 | 33 |
| Octal | 172 | 145 | 235 | 26 | 44 | 0 | 46 | 406 | 26 | 63 |
| Binary | 1111010 | 1100101 | 10011101 | 10110 | 100100 | 0 | 100110 | 100000110 | 10110 | 110011 |
Color Harmonies of #7A659D
Complementary color
Monochromatic Colors of #7A659D
Black with #7A659D
Text Example
Text Example
White with #7A659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A659D; }
p { color: rgb(122,101,157); }
H1.HeaderClassName
{
color: #7A659D;
}
.AnyTagClassName
{
color: #7A659D;
}
</style>
background-color css
<style>
a { background-color: #7A659D; }
a { background-color: rgb(122,101,157); }
div.DivClassName
{
background-color: #7A659D;
}
.BgClassName
{
background-color: #7A659D;
}
</style>
border-color css
<style>
span { border-color: #7A659D; }
span { border-color: rgb(122,101,157); }
td.TdClassName
{
border-color: #7A659D;
}
.TagClassName
{
border-color: #7A659D;
}
</style>