Shades of Deluge #7A6F9D
Tints of Deluge #7A6F9D
RGB
CMYK
RGB Variations
Color information
#7A6F9D (or 0x7A6F9D) is known color: Deluge. HEX triplet: 7A, 6F and 9D. RGB value is (122,111,157). Sum of RGB (Red+Green+Blue) = 122+111+157=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A6F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6F9D is #859062. Grayscale: #777777. Windows color (decimal): -8753251 or 10317690. OLE color: 10317690.
HSL color Cylindrical-coordinate representation of color #7A6F9D: hue angle of 254.35º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A6F9D is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 111 | 157 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.38 |
| HSL | 254.35º | 0.19% | 0.53% | - |
| HSV(B) | 254.35º | 0.29% | 0.62% | - |
| XYZ | 19.8 | 17.94 | 34.32 | - |
| YUV | 119.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 157 | 0.22 | 0.29 | 0 | 0.38 | 254.35 | 0.19 | 0.53 |
| Hex | 7A | 6F | 9D | 16 | 1D | 0 | 26 | FE | 13 | 35 |
| Octal | 172 | 157 | 235 | 26 | 35 | 0 | 46 | 376 | 23 | 65 |
| Binary | 1111010 | 1101111 | 10011101 | 10110 | 11101 | 0 | 100110 | 11111110 | 10011 | 110101 |
Color Harmonies of #7A6F9D
Complementary color
Monochromatic Colors of #7A6F9D
Black with #7A6F9D
Text Example
Text Example
White with #7A6F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F9D; }
p { color: rgb(122,111,157); }
H1.HeaderClassName
{
color: #7A6F9D;
}
.AnyTagClassName
{
color: #7A6F9D;
}
</style>
background-color css
<style>
a { background-color: #7A6F9D; }
a { background-color: rgb(122,111,157); }
div.DivClassName
{
background-color: #7A6F9D;
}
.BgClassName
{
background-color: #7A6F9D;
}
</style>
border-color css
<style>
span { border-color: #7A6F9D; }
span { border-color: rgb(122,111,157); }
td.TdClassName
{
border-color: #7A6F9D;
}
.TagClassName
{
border-color: #7A6F9D;
}
</style>