Shades of Deluge #7D6AA6
Tints of Deluge #7D6AA6
RGB
CMYK
RGB Variations
Color information
#7D6AA6 (or 0x7D6AA6) is known color: Deluge. HEX triplet: 7D, 6A and A6. RGB value is (125,106,166). Sum of RGB (Red+Green+Blue) = 125+106+166=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 166 - color contains mainly: blue. Hex color #7D6AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6AA6 is #829559. Grayscale: #767676. Windows color (decimal): -8557914 or 10906237. OLE color: 10906237.
HSL color Cylindrical-coordinate representation of color #7D6AA6: hue angle of 259º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D6AA6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 106 | 166 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.35 |
| HSL | 259º | 0.25% | 0.53% | - |
| HSV(B) | 259º | 0.36% | 0.65% | - |
| XYZ | 20.49 | 17.42 | 38.36 | - |
| YUV | 118.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 166 | 0.25 | 0.36 | 0 | 0.35 | 259 | 0.25 | 0.53 |
| Hex | 7D | 6A | A6 | 19 | 24 | 0 | 23 | 103 | 19 | 35 |
| Octal | 175 | 152 | 246 | 31 | 44 | 0 | 43 | 403 | 31 | 65 |
| Binary | 1111101 | 1101010 | 10100110 | 11001 | 100100 | 0 | 100011 | 100000011 | 11001 | 110101 |
Color Harmonies of #7D6AA6
Complementary color
Monochromatic Colors of #7D6AA6
Black with #7D6AA6
Text Example
Text Example
White with #7D6AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6AA6; }
p { color: rgb(125,106,166); }
H1.HeaderClassName
{
color: #7D6AA6;
}
.AnyTagClassName
{
color: #7D6AA6;
}
</style>
background-color css
<style>
a { background-color: #7D6AA6; }
a { background-color: rgb(125,106,166); }
div.DivClassName
{
background-color: #7D6AA6;
}
.BgClassName
{
background-color: #7D6AA6;
}
</style>
border-color css
<style>
span { border-color: #7D6AA6; }
span { border-color: rgb(125,106,166); }
td.TdClassName
{
border-color: #7D6AA6;
}
.TagClassName
{
border-color: #7D6AA6;
}
</style>