Shades of Deluge #7D6DAC
Tints of Deluge #7D6DAC
RGB
CMYK
RGB Variations
Color information
#7D6DAC (or 0x7D6DAC) is known color: Deluge. HEX triplet: 7D, 6D and AC. RGB value is (125,109,172). Sum of RGB (Red+Green+Blue) = 125+109+172=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D6DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6DAC is #829253. Grayscale: #787878. Windows color (decimal): -8557140 or 11300221. OLE color: 11300221.
HSL color Cylindrical-coordinate representation of color #7D6DAC: hue angle of 255.24º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D6DAC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 109 | 172 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.33 |
| HSL | 255.24º | 0.28% | 0.55% | - |
| HSV(B) | 255.24º | 0.37% | 0.67% | - |
| XYZ | 21.37 | 18.28 | 41.43 | - |
| YUV | 120.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 172 | 0.27 | 0.37 | 0 | 0.33 | 255.24 | 0.28 | 0.55 |
| Hex | 7D | 6D | AC | 1B | 25 | 0 | 21 | FF | 1C | 37 |
| Octal | 175 | 155 | 254 | 33 | 45 | 0 | 41 | 377 | 34 | 67 |
| Binary | 1111101 | 1101101 | 10101100 | 11011 | 100101 | 0 | 100001 | 11111111 | 11100 | 110111 |
Color Harmonies of #7D6DAC
Complementary color
Monochromatic Colors of #7D6DAC
Black with #7D6DAC
Text Example
Text Example
White with #7D6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6DAC; }
p { color: rgb(125,109,172); }
H1.HeaderClassName
{
color: #7D6DAC;
}
.AnyTagClassName
{
color: #7D6DAC;
}
</style>
background-color css
<style>
a { background-color: #7D6DAC; }
a { background-color: rgb(125,109,172); }
div.DivClassName
{
background-color: #7D6DAC;
}
.BgClassName
{
background-color: #7D6DAC;
}
</style>
border-color css
<style>
span { border-color: #7D6DAC; }
span { border-color: rgb(125,109,172); }
td.TdClassName
{
border-color: #7D6DAC;
}
.TagClassName
{
border-color: #7D6DAC;
}
</style>