Shades of Deluge #7D7C95
Tints of Deluge #7D7C95
RGB
CMYK
RGB Variations
Color information
#7D7C95 (or 0x7D7C95) is known color: Deluge. HEX triplet: 7D, 7C and 95. RGB value is (125,124,149). Sum of RGB (Red+Green+Blue) = 125+124+149=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D7C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7C95 is #82836A. Grayscale: #7F7F7F. Windows color (decimal): -8553323 or 9796733. OLE color: 9796733.
HSL color Cylindrical-coordinate representation of color #7D7C95: hue angle of 242.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D7C95 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 124 | 149 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.42 |
| HSL | 242.4º | 0.11% | 0.54% | - |
| HSV(B) | 242.4º | 0.17% | 0.58% | - |
| XYZ | 21.09 | 20.95 | 31.37 | - |
| YUV | 127.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 124 | 149 | 0.16 | 0.17 | 0 | 0.42 | 242.4 | 0.11 | 0.54 |
| Hex | 7D | 7C | 95 | 10 | 11 | 0 | 2A | F2 | B | 36 |
| Octal | 175 | 174 | 225 | 20 | 21 | 0 | 52 | 362 | 13 | 66 |
| Binary | 1111101 | 1111100 | 10010101 | 10000 | 10001 | 0 | 101010 | 11110010 | 1011 | 110110 |
Color Harmonies of #7D7C95
Complementary color
Monochromatic Colors of #7D7C95
Black with #7D7C95
Text Example
Text Example
White with #7D7C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7C95; }
p { color: rgb(125,124,149); }
H1.HeaderClassName
{
color: #7D7C95;
}
.AnyTagClassName
{
color: #7D7C95;
}
</style>
background-color css
<style>
a { background-color: #7D7C95; }
a { background-color: rgb(125,124,149); }
div.DivClassName
{
background-color: #7D7C95;
}
.BgClassName
{
background-color: #7D7C95;
}
</style>
border-color css
<style>
span { border-color: #7D7C95; }
span { border-color: rgb(125,124,149); }
td.TdClassName
{
border-color: #7D7C95;
}
.TagClassName
{
border-color: #7D7C95;
}
</style>