Shades of Deluge #7E7C9D
Tints of Deluge #7E7C9D
RGB
CMYK
RGB Variations
Color information
#7E7C9D (or 0x7E7C9D) is known color: Deluge. HEX triplet: 7E, 7C and 9D. RGB value is (126,124,157). Sum of RGB (Red+Green+Blue) = 126+124+157=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E7C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7C9D is #818362. Grayscale: #808080. Windows color (decimal): -8487779 or 10321022. OLE color: 10321022.
HSL color Cylindrical-coordinate representation of color #7E7C9D: hue angle of 243.64º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E7C9D is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 124 | 157 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.38 |
| HSL | 243.64º | 0.14% | 0.55% | - |
| HSV(B) | 243.64º | 0.21% | 0.62% | - |
| XYZ | 21.9 | 21.29 | 34.85 | - |
| YUV | 128.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 124 | 157 | 0.20 | 0.21 | 0 | 0.38 | 243.64 | 0.14 | 0.55 |
| Hex | 7E | 7C | 9D | 14 | 15 | 0 | 26 | F4 | E | 37 |
| Octal | 176 | 174 | 235 | 24 | 25 | 0 | 46 | 364 | 16 | 67 |
| Binary | 1111110 | 1111100 | 10011101 | 10100 | 10101 | 0 | 100110 | 11110100 | 1110 | 110111 |
Color Harmonies of #7E7C9D
Complementary color
Monochromatic Colors of #7E7C9D
Black with #7E7C9D
Text Example
Text Example
White with #7E7C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7C9D; }
p { color: rgb(126,124,157); }
H1.HeaderClassName
{
color: #7E7C9D;
}
.AnyTagClassName
{
color: #7E7C9D;
}
</style>
background-color css
<style>
a { background-color: #7E7C9D; }
a { background-color: rgb(126,124,157); }
div.DivClassName
{
background-color: #7E7C9D;
}
.BgClassName
{
background-color: #7E7C9D;
}
</style>
border-color css
<style>
span { border-color: #7E7C9D; }
span { border-color: rgb(126,124,157); }
td.TdClassName
{
border-color: #7E7C9D;
}
.TagClassName
{
border-color: #7E7C9D;
}
</style>