Shades of Deluge #7D739F
Tints of Deluge #7D739F
RGB
CMYK
RGB Variations
Color information
#7D739F (or 0x7D739F) is known color: Deluge. HEX triplet: 7D, 73 and 9F. RGB value is (125,115,159). Sum of RGB (Red+Green+Blue) = 125+115+159=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D739F is #828C60. Grayscale: #7A7A7A. Windows color (decimal): -8555617 or 10449789. OLE color: 10449789.
HSL color Cylindrical-coordinate representation of color #7D739F: hue angle of 253.64º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D739F is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 115 | 159 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.38 |
| HSL | 253.64º | 0.19% | 0.54% | - |
| HSV(B) | 253.64º | 0.28% | 0.62% | - |
| XYZ | 20.85 | 19.12 | 35.39 | - |
| YUV | 123.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 159 | 0.21 | 0.28 | 0 | 0.38 | 253.64 | 0.19 | 0.54 |
| Hex | 7D | 73 | 9F | 15 | 1C | 0 | 26 | FE | 13 | 36 |
| Octal | 175 | 163 | 237 | 25 | 34 | 0 | 46 | 376 | 23 | 66 |
| Binary | 1111101 | 1110011 | 10011111 | 10101 | 11100 | 0 | 100110 | 11111110 | 10011 | 110110 |
Color Harmonies of #7D739F
Complementary color
Monochromatic Colors of #7D739F
Black with #7D739F
Text Example
Text Example
White with #7D739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D739F; }
p { color: rgb(125,115,159); }
H1.HeaderClassName
{
color: #7D739F;
}
.AnyTagClassName
{
color: #7D739F;
}
</style>
background-color css
<style>
a { background-color: #7D739F; }
a { background-color: rgb(125,115,159); }
div.DivClassName
{
background-color: #7D739F;
}
.BgClassName
{
background-color: #7D739F;
}
</style>
border-color css
<style>
span { border-color: #7D739F; }
span { border-color: rgb(125,115,159); }
td.TdClassName
{
border-color: #7D739F;
}
.TagClassName
{
border-color: #7D739F;
}
</style>