Shades of Deluge #7D7495
Tints of Deluge #7D7495
RGB
CMYK
RGB Variations
Color information
#7D7495 (or 0x7D7495) is known color: Deluge. HEX triplet: 7D, 74 and 95. RGB value is (125,116,149). Sum of RGB (Red+Green+Blue) = 125+116+149=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D7495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7495 is #828B6A. Grayscale: #7A7A7A. Windows color (decimal): -8555371 or 9794685. OLE color: 9794685.
HSL color Cylindrical-coordinate representation of color #7D7495: hue angle of 256.36º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D7495 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 116 | 149 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.42 |
| HSL | 256.36º | 0.13% | 0.52% | - |
| HSV(B) | 256.36º | 0.22% | 0.58% | - |
| XYZ | 20.13 | 19.02 | 31.04 | - |
| YUV | 122.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 116 | 149 | 0.16 | 0.22 | 0 | 0.42 | 256.36 | 0.13 | 0.52 |
| Hex | 7D | 74 | 95 | 10 | 16 | 0 | 2A | 100 | D | 34 |
| Octal | 175 | 164 | 225 | 20 | 26 | 0 | 52 | 400 | 15 | 64 |
| Binary | 1111101 | 1110100 | 10010101 | 10000 | 10110 | 0 | 101010 | 100000000 | 1101 | 110100 |
Color Harmonies of #7D7495
Complementary color
Monochromatic Colors of #7D7495
Black with #7D7495
Text Example
Text Example
White with #7D7495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7495; }
p { color: rgb(125,116,149); }
H1.HeaderClassName
{
color: #7D7495;
}
.AnyTagClassName
{
color: #7D7495;
}
</style>
background-color css
<style>
a { background-color: #7D7495; }
a { background-color: rgb(125,116,149); }
div.DivClassName
{
background-color: #7D7495;
}
.BgClassName
{
background-color: #7D7495;
}
</style>
border-color css
<style>
span { border-color: #7D7495; }
span { border-color: rgb(125,116,149); }
td.TdClassName
{
border-color: #7D7495;
}
.TagClassName
{
border-color: #7D7495;
}
</style>