Shades of Deluge #7E7B91
Tints of Deluge #7E7B91
RGB
CMYK
RGB Variations
Color information
#7E7B91 (or 0x7E7B91) is known color: Deluge. HEX triplet: 7E, 7B and 91. RGB value is (126,123,145). Sum of RGB (Red+Green+Blue) = 126+123+145=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E7B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7B91 is #81846E. Grayscale: #7E7E7E. Windows color (decimal): -8488047 or 9534334. OLE color: 9534334.
HSL color Cylindrical-coordinate representation of color #7E7B91: hue angle of 248.18º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E7B91 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 123 | 145 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.43 |
| HSL | 248.18º | 0.09% | 0.53% | - |
| HSV(B) | 248.18º | 0.15% | 0.57% | - |
| XYZ | 20.8 | 20.65 | 29.68 | - |
| YUV | 126.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 145 | 0.13 | 0.15 | 0 | 0.43 | 248.18 | 0.09 | 0.53 |
| Hex | 7E | 7B | 91 | D | F | 0 | 2B | F8 | 9 | 35 |
| Octal | 176 | 173 | 221 | 15 | 17 | 0 | 53 | 370 | 11 | 65 |
| Binary | 1111110 | 1111011 | 10010001 | 1101 | 1111 | 0 | 101011 | 11111000 | 1001 | 110101 |
Color Harmonies of #7E7B91
Complementary color
Monochromatic Colors of #7E7B91
Black with #7E7B91
Text Example
Text Example
White with #7E7B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7B91; }
p { color: rgb(126,123,145); }
H1.HeaderClassName
{
color: #7E7B91;
}
.AnyTagClassName
{
color: #7E7B91;
}
</style>
background-color css
<style>
a { background-color: #7E7B91; }
a { background-color: rgb(126,123,145); }
div.DivClassName
{
background-color: #7E7B91;
}
.BgClassName
{
background-color: #7E7B91;
}
</style>
border-color css
<style>
span { border-color: #7E7B91; }
span { border-color: rgb(126,123,145); }
td.TdClassName
{
border-color: #7E7B91;
}
.TagClassName
{
border-color: #7E7B91;
}
</style>