Shades of Deluge #7D689D
Tints of Deluge #7D689D
RGB
CMYK
RGB Variations
Color information
#7D689D (or 0x7D689D) is known color: Deluge. HEX triplet: 7D, 68 and 9D. RGB value is (125,104,157). Sum of RGB (Red+Green+Blue) = 125+104+157=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D689D is #829762. Grayscale: #747474. Windows color (decimal): -8558435 or 10315901. OLE color: 10315901.
HSL color Cylindrical-coordinate representation of color #7D689D: hue angle of 263.77º degrees, saturation: 0.21, 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 #7D689D is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 104 | 157 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.38 |
| HSL | 263.77º | 0.21% | 0.51% | - |
| HSV(B) | 263.77º | 0.34% | 0.62% | - |
| XYZ | 19.49 | 16.69 | 34.09 | - |
| YUV | 116.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 157 | 0.20 | 0.34 | 0 | 0.38 | 263.77 | 0.21 | 0.51 |
| Hex | 7D | 68 | 9D | 14 | 22 | 0 | 26 | 108 | 15 | 33 |
| Octal | 175 | 150 | 235 | 24 | 42 | 0 | 46 | 410 | 25 | 63 |
| Binary | 1111101 | 1101000 | 10011101 | 10100 | 100010 | 0 | 100110 | 100001000 | 10101 | 110011 |
Color Harmonies of #7D689D
Complementary color
Monochromatic Colors of #7D689D
Black with #7D689D
Text Example
Text Example
White with #7D689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D689D; }
p { color: rgb(125,104,157); }
H1.HeaderClassName
{
color: #7D689D;
}
.AnyTagClassName
{
color: #7D689D;
}
</style>
background-color css
<style>
a { background-color: #7D689D; }
a { background-color: rgb(125,104,157); }
div.DivClassName
{
background-color: #7D689D;
}
.BgClassName
{
background-color: #7D689D;
}
</style>
border-color css
<style>
span { border-color: #7D689D; }
span { border-color: rgb(125,104,157); }
td.TdClassName
{
border-color: #7D689D;
}
.TagClassName
{
border-color: #7D689D;
}
</style>