Shades of Deluge #7D659E
Tints of Deluge #7D659E
RGB
CMYK
RGB Variations
Color information
#7D659E (or 0x7D659E) is known color: Deluge. HEX triplet: 7D, 65 and 9E. RGB value is (125,101,158). Sum of RGB (Red+Green+Blue) = 125+101+158=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D659E is #829A61. Grayscale: #727272. Windows color (decimal): -8559202 or 10380669. OLE color: 10380669.
HSL color Cylindrical-coordinate representation of color #7D659E: hue angle of 265.26º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D659E is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 101 | 158 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.38 |
| HSL | 265.26º | 0.23% | 0.51% | - |
| HSV(B) | 265.26º | 0.36% | 0.62% | - |
| XYZ | 19.28 | 16.14 | 34.45 | - |
| YUV | 114.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 158 | 0.21 | 0.36 | 0 | 0.38 | 265.26 | 0.23 | 0.51 |
| Hex | 7D | 65 | 9E | 15 | 24 | 0 | 26 | 109 | 17 | 33 |
| Octal | 175 | 145 | 236 | 25 | 44 | 0 | 46 | 411 | 27 | 63 |
| Binary | 1111101 | 1100101 | 10011110 | 10101 | 100100 | 0 | 100110 | 100001001 | 10111 | 110011 |
Color Harmonies of #7D659E
Complementary color
Monochromatic Colors of #7D659E
Black with #7D659E
Text Example
Text Example
White with #7D659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D659E; }
p { color: rgb(125,101,158); }
H1.HeaderClassName
{
color: #7D659E;
}
.AnyTagClassName
{
color: #7D659E;
}
</style>
background-color css
<style>
a { background-color: #7D659E; }
a { background-color: rgb(125,101,158); }
div.DivClassName
{
background-color: #7D659E;
}
.BgClassName
{
background-color: #7D659E;
}
</style>
border-color css
<style>
span { border-color: #7D659E; }
span { border-color: rgb(125,101,158); }
td.TdClassName
{
border-color: #7D659E;
}
.TagClassName
{
border-color: #7D659E;
}
</style>