Shades of Deluge #7A749D
Tints of Deluge #7A749D
RGB
CMYK
RGB Variations
Color information
#7A749D (or 0x7A749D) is known color: Deluge. HEX triplet: 7A, 74 and 9D. RGB value is (122,116,157). Sum of RGB (Red+Green+Blue) = 122+116+157=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A749D is #858B62. Grayscale: #7A7A7A. Windows color (decimal): -8751971 or 10318970. OLE color: 10318970.
HSL color Cylindrical-coordinate representation of color #7A749D: hue angle of 248.78º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A749D is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 116 | 157 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.38 |
| HSL | 248.78º | 0.17% | 0.54% | - |
| HSV(B) | 248.78º | 0.26% | 0.62% | - |
| XYZ | 20.36 | 19.06 | 34.5 | - |
| YUV | 122.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 157 | 0.22 | 0.26 | 0 | 0.38 | 248.78 | 0.17 | 0.54 |
| Hex | 7A | 74 | 9D | 16 | 1A | 0 | 26 | F9 | 11 | 36 |
| Octal | 172 | 164 | 235 | 26 | 32 | 0 | 46 | 371 | 21 | 66 |
| Binary | 1111010 | 1110100 | 10011101 | 10110 | 11010 | 0 | 100110 | 11111001 | 10001 | 110110 |
Color Harmonies of #7A749D
Complementary color
Monochromatic Colors of #7A749D
Black with #7A749D
Text Example
Text Example
White with #7A749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A749D; }
p { color: rgb(122,116,157); }
H1.HeaderClassName
{
color: #7A749D;
}
.AnyTagClassName
{
color: #7A749D;
}
</style>
background-color css
<style>
a { background-color: #7A749D; }
a { background-color: rgb(122,116,157); }
div.DivClassName
{
background-color: #7A749D;
}
.BgClassName
{
background-color: #7A749D;
}
</style>
border-color css
<style>
span { border-color: #7A749D; }
span { border-color: rgb(122,116,157); }
td.TdClassName
{
border-color: #7A749D;
}
.TagClassName
{
border-color: #7A749D;
}
</style>