Shades of Deluge #7A719B
Tints of Deluge #7A719B
RGB
CMYK
RGB Variations
Color information
#7A719B (or 0x7A719B) is known color: Deluge. HEX triplet: 7A, 71 and 9B. RGB value is (122,113,155). Sum of RGB (Red+Green+Blue) = 122+113+155=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A719B is #858E64. Grayscale: #787878. Windows color (decimal): -8752741 or 10187130. OLE color: 10187130.
HSL color Cylindrical-coordinate representation of color #7A719B: hue angle of 252.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A719B is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 113 | 155 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.39 |
| HSL | 252.86º | 0.17% | 0.53% | - |
| HSV(B) | 252.86º | 0.27% | 0.61% | - |
| XYZ | 19.85 | 18.31 | 33.5 | - |
| YUV | 120.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 155 | 0.21 | 0.27 | 0 | 0.39 | 252.86 | 0.17 | 0.53 |
| Hex | 7A | 71 | 9B | 15 | 1B | 0 | 27 | FD | 11 | 35 |
| Octal | 172 | 161 | 233 | 25 | 33 | 0 | 47 | 375 | 21 | 65 |
| Binary | 1111010 | 1110001 | 10011011 | 10101 | 11011 | 0 | 100111 | 11111101 | 10001 | 110101 |
Color Harmonies of #7A719B
Complementary color
Monochromatic Colors of #7A719B
Black with #7A719B
Text Example
Text Example
White with #7A719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A719B; }
p { color: rgb(122,113,155); }
H1.HeaderClassName
{
color: #7A719B;
}
.AnyTagClassName
{
color: #7A719B;
}
</style>
background-color css
<style>
a { background-color: #7A719B; }
a { background-color: rgb(122,113,155); }
div.DivClassName
{
background-color: #7A719B;
}
.BgClassName
{
background-color: #7A719B;
}
</style>
border-color css
<style>
span { border-color: #7A719B; }
span { border-color: rgb(122,113,155); }
td.TdClassName
{
border-color: #7A719B;
}
.TagClassName
{
border-color: #7A719B;
}
</style>