Shades of Deluge #7D689C
Tints of Deluge #7D689C
RGB
CMYK
RGB Variations
Color information
#7D689C (or 0x7D689C) is known color: Deluge. HEX triplet: 7D, 68 and 9C. RGB value is (125,104,156). Sum of RGB (Red+Green+Blue) = 125+104+156=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D689C is #829763. Grayscale: #747474. Windows color (decimal): -8558436 or 10250365. OLE color: 10250365.
HSL color Cylindrical-coordinate representation of color #7D689C: hue angle of 264.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D689C is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 104 | 156 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.39 |
| HSL | 264.23º | 0.21% | 0.51% | - |
| HSV(B) | 264.23º | 0.33% | 0.61% | - |
| XYZ | 19.41 | 16.66 | 33.65 | - |
| YUV | 116.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 156 | 0.20 | 0.33 | 0 | 0.39 | 264.23 | 0.21 | 0.51 |
| Hex | 7D | 68 | 9C | 14 | 21 | 0 | 27 | 108 | 15 | 33 |
| Octal | 175 | 150 | 234 | 24 | 41 | 0 | 47 | 410 | 25 | 63 |
| Binary | 1111101 | 1101000 | 10011100 | 10100 | 100001 | 0 | 100111 | 100001000 | 10101 | 110011 |
Color Harmonies of #7D689C
Complementary color
Monochromatic Colors of #7D689C
Black with #7D689C
Text Example
Text Example
White with #7D689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D689C; }
p { color: rgb(125,104,156); }
H1.HeaderClassName
{
color: #7D689C;
}
.AnyTagClassName
{
color: #7D689C;
}
</style>
background-color css
<style>
a { background-color: #7D689C; }
a { background-color: rgb(125,104,156); }
div.DivClassName
{
background-color: #7D689C;
}
.BgClassName
{
background-color: #7D689C;
}
</style>
border-color css
<style>
span { border-color: #7D689C; }
span { border-color: rgb(125,104,156); }
td.TdClassName
{
border-color: #7D689C;
}
.TagClassName
{
border-color: #7D689C;
}
</style>