Shades of Deluge #7D689E
Tints of Deluge #7D689E
RGB
CMYK
RGB Variations
Color information
#7D689E (or 0x7D689E) is known color: Deluge. HEX triplet: 7D, 68 and 9E. RGB value is (125,104,158). Sum of RGB (Red+Green+Blue) = 125+104+158=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D689E is #829761. Grayscale: #747474. Windows color (decimal): -8558434 or 10381437. OLE color: 10381437.
HSL color Cylindrical-coordinate representation of color #7D689E: hue angle of 263.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D689E is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 104 | 158 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.38 |
| HSL | 263.33º | 0.22% | 0.51% | - |
| HSV(B) | 263.33º | 0.34% | 0.62% | - |
| XYZ | 19.58 | 16.73 | 34.54 | - |
| YUV | 116.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 158 | 0.21 | 0.34 | 0 | 0.38 | 263.33 | 0.22 | 0.51 |
| Hex | 7D | 68 | 9E | 15 | 22 | 0 | 26 | 107 | 16 | 33 |
| Octal | 175 | 150 | 236 | 25 | 42 | 0 | 46 | 407 | 26 | 63 |
| Binary | 1111101 | 1101000 | 10011110 | 10101 | 100010 | 0 | 100110 | 100000111 | 10110 | 110011 |
Color Harmonies of #7D689E
Complementary color
Monochromatic Colors of #7D689E
Black with #7D689E
Text Example
Text Example
White with #7D689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D689E; }
p { color: rgb(125,104,158); }
H1.HeaderClassName
{
color: #7D689E;
}
.AnyTagClassName
{
color: #7D689E;
}
</style>
background-color css
<style>
a { background-color: #7D689E; }
a { background-color: rgb(125,104,158); }
div.DivClassName
{
background-color: #7D689E;
}
.BgClassName
{
background-color: #7D689E;
}
</style>
border-color css
<style>
span { border-color: #7D689E; }
span { border-color: rgb(125,104,158); }
td.TdClassName
{
border-color: #7D689E;
}
.TagClassName
{
border-color: #7D689E;
}
</style>