Shades of Deluge #7D7793
Tints of Deluge #7D7793
RGB
CMYK
RGB Variations
Color information
#7D7793 (or 0x7D7793) is known color: Deluge. HEX triplet: 7D, 77 and 93. RGB value is (125,119,147). Sum of RGB (Red+Green+Blue) = 125+119+147=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D7793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7793 is #82886C. Grayscale: #7B7B7B. Windows color (decimal): -8554605 or 9664381. OLE color: 9664381.
HSL color Cylindrical-coordinate representation of color #7D7793: hue angle of 252.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D7793 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 119 | 147 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.42 |
| HSL | 252.86º | 0.11% | 0.52% | - |
| HSV(B) | 252.86º | 0.19% | 0.58% | - |
| XYZ | 20.32 | 19.66 | 30.33 | - |
| YUV | 123.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 147 | 0.15 | 0.19 | 0 | 0.42 | 252.86 | 0.11 | 0.52 |
| Hex | 7D | 77 | 93 | F | 13 | 0 | 2A | FD | B | 34 |
| Octal | 175 | 167 | 223 | 17 | 23 | 0 | 52 | 375 | 13 | 64 |
| Binary | 1111101 | 1110111 | 10010011 | 1111 | 10011 | 0 | 101010 | 11111101 | 1011 | 110100 |
Color Harmonies of #7D7793
Complementary color
Monochromatic Colors of #7D7793
Black with #7D7793
Text Example
Text Example
White with #7D7793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7793; }
p { color: rgb(125,119,147); }
H1.HeaderClassName
{
color: #7D7793;
}
.AnyTagClassName
{
color: #7D7793;
}
</style>
background-color css
<style>
a { background-color: #7D7793; }
a { background-color: rgb(125,119,147); }
div.DivClassName
{
background-color: #7D7793;
}
.BgClassName
{
background-color: #7D7793;
}
</style>
border-color css
<style>
span { border-color: #7D7793; }
span { border-color: rgb(125,119,147); }
td.TdClassName
{
border-color: #7D7793;
}
.TagClassName
{
border-color: #7D7793;
}
</style>