Shades of Deluge #7D609B
Tints of Deluge #7D609B
RGB
CMYK
RGB Variations
Color information
#7D609B (or 0x7D609B) is known color: Deluge. HEX triplet: 7D, 60 and 9B. RGB value is (125,96,155). Sum of RGB (Red+Green+Blue) = 125+96+155=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D609B is #829F64. Grayscale: #6F6F6F. Windows color (decimal): -8560485 or 10182781. OLE color: 10182781.
HSL color Cylindrical-coordinate representation of color #7D609B: hue angle of 269.49º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D609B is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 96 | 155 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.39 |
| HSL | 269.49º | 0.24% | 0.49% | - |
| HSV(B) | 269.49º | 0.38% | 0.61% | - |
| XYZ | 18.56 | 15.09 | 32.95 | - |
| YUV | 111.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 155 | 0.19 | 0.38 | 0 | 0.39 | 269.49 | 0.24 | 0.49 |
| Hex | 7D | 60 | 9B | 13 | 26 | 0 | 27 | 10D | 18 | 31 |
| Octal | 175 | 140 | 233 | 23 | 46 | 0 | 47 | 415 | 30 | 61 |
| Binary | 1111101 | 1100000 | 10011011 | 10011 | 100110 | 0 | 100111 | 100001101 | 11000 | 110001 |
Color Harmonies of #7D609B
Complementary color
Monochromatic Colors of #7D609B
Black with #7D609B
Text Example
Text Example
White with #7D609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D609B; }
p { color: rgb(125,96,155); }
H1.HeaderClassName
{
color: #7D609B;
}
.AnyTagClassName
{
color: #7D609B;
}
</style>
background-color css
<style>
a { background-color: #7D609B; }
a { background-color: rgb(125,96,155); }
div.DivClassName
{
background-color: #7D609B;
}
.BgClassName
{
background-color: #7D609B;
}
</style>
border-color css
<style>
span { border-color: #7D609B; }
span { border-color: rgb(125,96,155); }
td.TdClassName
{
border-color: #7D609B;
}
.TagClassName
{
border-color: #7D609B;
}
</style>