Shades of Deluge #7D7A9B
Tints of Deluge #7D7A9B
RGB
CMYK
RGB Variations
Color information
#7D7A9B (or 0x7D7A9B) is known color: Deluge. HEX triplet: 7D, 7A and 9B. RGB value is (125,122,155). Sum of RGB (Red+Green+Blue) = 125+122+155=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D7A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7A9B is #828564. Grayscale: #7E7E7E. Windows color (decimal): -8553829 or 10189437. OLE color: 10189437.
HSL color Cylindrical-coordinate representation of color #7D7A9B: hue angle of 245.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D7A9B is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 122 | 155 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.39 |
| HSL | 245.45º | 0.14% | 0.54% | - |
| HSV(B) | 245.45º | 0.21% | 0.61% | - |
| XYZ | 21.33 | 20.65 | 33.87 | - |
| YUV | 126.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 155 | 0.19 | 0.21 | 0 | 0.39 | 245.45 | 0.14 | 0.54 |
| Hex | 7D | 7A | 9B | 13 | 15 | 0 | 27 | F5 | E | 36 |
| Octal | 175 | 172 | 233 | 23 | 25 | 0 | 47 | 365 | 16 | 66 |
| Binary | 1111101 | 1111010 | 10011011 | 10011 | 10101 | 0 | 100111 | 11110101 | 1110 | 110110 |
Color Harmonies of #7D7A9B
Complementary color
Monochromatic Colors of #7D7A9B
Black with #7D7A9B
Text Example
Text Example
White with #7D7A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7A9B; }
p { color: rgb(125,122,155); }
H1.HeaderClassName
{
color: #7D7A9B;
}
.AnyTagClassName
{
color: #7D7A9B;
}
</style>
background-color css
<style>
a { background-color: #7D7A9B; }
a { background-color: rgb(125,122,155); }
div.DivClassName
{
background-color: #7D7A9B;
}
.BgClassName
{
background-color: #7D7A9B;
}
</style>
border-color css
<style>
span { border-color: #7D7A9B; }
span { border-color: rgb(125,122,155); }
td.TdClassName
{
border-color: #7D7A9B;
}
.TagClassName
{
border-color: #7D7A9B;
}
</style>