Shades of Deluge #7D7699
Tints of Deluge #7D7699
RGB
CMYK
RGB Variations
Color information
#7D7699 (or 0x7D7699) is known color: Deluge. HEX triplet: 7D, 76 and 99. RGB value is (125,118,153). Sum of RGB (Red+Green+Blue) = 125+118+153=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D7699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7699 is #828966. Grayscale: #7B7B7B. Windows color (decimal): -8554855 or 10057341. OLE color: 10057341.
HSL color Cylindrical-coordinate representation of color #7D7699: hue angle of 252º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D7699 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 118 | 153 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.4 |
| HSL | 252º | 0.15% | 0.53% | - |
| HSV(B) | 252º | 0.23% | 0.6% | - |
| XYZ | 20.69 | 19.62 | 32.83 | - |
| YUV | 124.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 153 | 0.18 | 0.23 | 0 | 0.4 | 252 | 0.15 | 0.53 |
| Hex | 7D | 76 | 99 | 12 | 17 | 0 | 28 | FC | F | 35 |
| Octal | 175 | 166 | 231 | 22 | 27 | 0 | 50 | 374 | 17 | 65 |
| Binary | 1111101 | 1110110 | 10011001 | 10010 | 10111 | 0 | 101000 | 11111100 | 1111 | 110101 |
Color Harmonies of #7D7699
Complementary color
Monochromatic Colors of #7D7699
Black with #7D7699
Text Example
Text Example
White with #7D7699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7699; }
p { color: rgb(125,118,153); }
H1.HeaderClassName
{
color: #7D7699;
}
.AnyTagClassName
{
color: #7D7699;
}
</style>
background-color css
<style>
a { background-color: #7D7699; }
a { background-color: rgb(125,118,153); }
div.DivClassName
{
background-color: #7D7699;
}
.BgClassName
{
background-color: #7D7699;
}
</style>
border-color css
<style>
span { border-color: #7D7699; }
span { border-color: rgb(125,118,153); }
td.TdClassName
{
border-color: #7D7699;
}
.TagClassName
{
border-color: #7D7699;
}
</style>