Shades of Deluge #7D7AAD
Tints of Deluge #7D7AAD
RGB
CMYK
RGB Variations
Color information
#7D7AAD (or 0x7D7AAD) is known color: Deluge. HEX triplet: 7D, 7A and AD. RGB value is (125,122,173). Sum of RGB (Red+Green+Blue) = 125+122+173=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D7AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7AAD is #828552. Grayscale: #808080. Windows color (decimal): -8553811 or 11369085. OLE color: 11369085.
HSL color Cylindrical-coordinate representation of color #7D7AAD: hue angle of 243.53º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D7AAD is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 122 | 173 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.32 |
| HSL | 243.53º | 0.24% | 0.58% | - |
| HSV(B) | 243.53º | 0.29% | 0.68% | - |
| XYZ | 22.96 | 21.3 | 42.44 | - |
| YUV | 128.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 173 | 0.28 | 0.29 | 0 | 0.32 | 243.53 | 0.24 | 0.58 |
| Hex | 7D | 7A | AD | 1C | 1D | 0 | 20 | F4 | 18 | 3A |
| Octal | 175 | 172 | 255 | 34 | 35 | 0 | 40 | 364 | 30 | 72 |
| Binary | 1111101 | 1111010 | 10101101 | 11100 | 11101 | 0 | 100000 | 11110100 | 11000 | 111010 |
Color Harmonies of #7D7AAD
Complementary color
Monochromatic Colors of #7D7AAD
Black with #7D7AAD
Text Example
Text Example
White with #7D7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7AAD; }
p { color: rgb(125,122,173); }
H1.HeaderClassName
{
color: #7D7AAD;
}
.AnyTagClassName
{
color: #7D7AAD;
}
</style>
background-color css
<style>
a { background-color: #7D7AAD; }
a { background-color: rgb(125,122,173); }
div.DivClassName
{
background-color: #7D7AAD;
}
.BgClassName
{
background-color: #7D7AAD;
}
</style>
border-color css
<style>
span { border-color: #7D7AAD; }
span { border-color: rgb(125,122,173); }
td.TdClassName
{
border-color: #7D7AAD;
}
.TagClassName
{
border-color: #7D7AAD;
}
</style>