Shades of Deluge #7D649E
Tints of Deluge #7D649E
RGB
CMYK
RGB Variations
Color information
#7D649E (or 0x7D649E) is known color: Deluge. HEX triplet: 7D, 64 and 9E. RGB value is (125,100,158). Sum of RGB (Red+Green+Blue) = 125+100+158=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D649E is #829B61. Grayscale: #717171. Windows color (decimal): -8559458 or 10380413. OLE color: 10380413.
HSL color Cylindrical-coordinate representation of color #7D649E: hue angle of 265.86º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D649E is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 100 | 158 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.38 |
| HSL | 265.86º | 0.23% | 0.51% | - |
| HSV(B) | 265.86º | 0.37% | 0.62% | - |
| XYZ | 19.19 | 15.94 | 34.41 | - |
| YUV | 114.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 158 | 0.21 | 0.37 | 0 | 0.38 | 265.86 | 0.23 | 0.51 |
| Hex | 7D | 64 | 9E | 15 | 25 | 0 | 26 | 10A | 17 | 33 |
| Octal | 175 | 144 | 236 | 25 | 45 | 0 | 46 | 412 | 27 | 63 |
| Binary | 1111101 | 1100100 | 10011110 | 10101 | 100101 | 0 | 100110 | 100001010 | 10111 | 110011 |
Color Harmonies of #7D649E
Complementary color
Monochromatic Colors of #7D649E
Black with #7D649E
Text Example
Text Example
White with #7D649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D649E; }
p { color: rgb(125,100,158); }
H1.HeaderClassName
{
color: #7D649E;
}
.AnyTagClassName
{
color: #7D649E;
}
</style>
background-color css
<style>
a { background-color: #7D649E; }
a { background-color: rgb(125,100,158); }
div.DivClassName
{
background-color: #7D649E;
}
.BgClassName
{
background-color: #7D649E;
}
</style>
border-color css
<style>
span { border-color: #7D649E; }
span { border-color: rgb(125,100,158); }
td.TdClassName
{
border-color: #7D649E;
}
.TagClassName
{
border-color: #7D649E;
}
</style>