Shades of Deluge #7D6FA0
Tints of Deluge #7D6FA0
RGB
CMYK
RGB Variations
Color information
#7D6FA0 (or 0x7D6FA0) is known color: Deluge. HEX triplet: 7D, 6F and A0. RGB value is (125,111,160). Sum of RGB (Red+Green+Blue) = 125+111+160=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #7D6FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6FA0 is #82905F. Grayscale: #787878. Windows color (decimal): -8556640 or 10514301. OLE color: 10514301.
HSL color Cylindrical-coordinate representation of color #7D6FA0: hue angle of 257.14º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D6FA0 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 111 | 160 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.37 |
| HSL | 257.14º | 0.21% | 0.53% | - |
| HSV(B) | 257.14º | 0.31% | 0.63% | - |
| XYZ | 20.49 | 18.27 | 35.7 | - |
| YUV | 120.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 160 | 0.22 | 0.31 | 0 | 0.37 | 257.14 | 0.21 | 0.53 |
| Hex | 7D | 6F | A0 | 16 | 1F | 0 | 25 | 101 | 15 | 35 |
| Octal | 175 | 157 | 240 | 26 | 37 | 0 | 45 | 401 | 25 | 65 |
| Binary | 1111101 | 1101111 | 10100000 | 10110 | 11111 | 0 | 100101 | 100000001 | 10101 | 110101 |
Color Harmonies of #7D6FA0
Complementary color
Monochromatic Colors of #7D6FA0
Black with #7D6FA0
Text Example
Text Example
White with #7D6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6FA0; }
p { color: rgb(125,111,160); }
H1.HeaderClassName
{
color: #7D6FA0;
}
.AnyTagClassName
{
color: #7D6FA0;
}
</style>
background-color css
<style>
a { background-color: #7D6FA0; }
a { background-color: rgb(125,111,160); }
div.DivClassName
{
background-color: #7D6FA0;
}
.BgClassName
{
background-color: #7D6FA0;
}
</style>
border-color css
<style>
span { border-color: #7D6FA0; }
span { border-color: rgb(125,111,160); }
td.TdClassName
{
border-color: #7D6FA0;
}
.TagClassName
{
border-color: #7D6FA0;
}
</style>