Shades of Deluge #7D6EA4
Tints of Deluge #7D6EA4
RGB
CMYK
RGB Variations
Color information
#7D6EA4 (or 0x7D6EA4) is known color: Deluge. HEX triplet: 7D, 6E and A4. RGB value is (125,110,164). Sum of RGB (Red+Green+Blue) = 125+110+164=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #7D6EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6EA4 is #82915B. Grayscale: #787878. Windows color (decimal): -8556892 or 10776189. OLE color: 10776189.
HSL color Cylindrical-coordinate representation of color #7D6EA4: hue angle of 256.67º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D6EA4 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 110 | 164 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.36 |
| HSL | 256.67º | 0.23% | 0.54% | - |
| HSV(B) | 256.67º | 0.33% | 0.64% | - |
| XYZ | 20.73 | 18.19 | 37.54 | - |
| YUV | 120.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 164 | 0.24 | 0.33 | 0 | 0.36 | 256.67 | 0.23 | 0.54 |
| Hex | 7D | 6E | A4 | 18 | 21 | 0 | 24 | 101 | 17 | 36 |
| Octal | 175 | 156 | 244 | 30 | 41 | 0 | 44 | 401 | 27 | 66 |
| Binary | 1111101 | 1101110 | 10100100 | 11000 | 100001 | 0 | 100100 | 100000001 | 10111 | 110110 |
Color Harmonies of #7D6EA4
Complementary color
Monochromatic Colors of #7D6EA4
Black with #7D6EA4
Text Example
Text Example
White with #7D6EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6EA4; }
p { color: rgb(125,110,164); }
H1.HeaderClassName
{
color: #7D6EA4;
}
.AnyTagClassName
{
color: #7D6EA4;
}
</style>
background-color css
<style>
a { background-color: #7D6EA4; }
a { background-color: rgb(125,110,164); }
div.DivClassName
{
background-color: #7D6EA4;
}
.BgClassName
{
background-color: #7D6EA4;
}
</style>
border-color css
<style>
span { border-color: #7D6EA4; }
span { border-color: rgb(125,110,164); }
td.TdClassName
{
border-color: #7D6EA4;
}
.TagClassName
{
border-color: #7D6EA4;
}
</style>