Shades of Deluge #7C7B91
Tints of Deluge #7C7B91
RGB
CMYK
RGB Variations
Color information
#7C7B91 (or 0x7C7B91) is known color: Deluge. HEX triplet: 7C, 7B and 91. RGB value is (124,123,145). Sum of RGB (Red+Green+Blue) = 124+123+145=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C7B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7B91 is #83846E. Grayscale: #7D7D7D. Windows color (decimal): -8619119 or 9534332. OLE color: 9534332.
HSL color Cylindrical-coordinate representation of color #7C7B91: hue angle of 242.73º 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 #7C7B91 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 123 | 145 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.43 |
| HSL | 242.73º | 0.09% | 0.53% | - |
| HSV(B) | 242.73º | 0.15% | 0.57% | - |
| XYZ | 20.51 | 20.5 | 29.66 | - |
| YUV | 125.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 123 | 145 | 0.14 | 0.15 | 0 | 0.43 | 242.73 | 0.09 | 0.53 |
| Hex | 7C | 7B | 91 | E | F | 0 | 2B | F3 | 9 | 35 |
| Octal | 174 | 173 | 221 | 16 | 17 | 0 | 53 | 363 | 11 | 65 |
| Binary | 1111100 | 1111011 | 10010001 | 1110 | 1111 | 0 | 101011 | 11110011 | 1001 | 110101 |
Color Harmonies of #7C7B91
Complementary color
Monochromatic Colors of #7C7B91
Black with #7C7B91
Text Example
Text Example
White with #7C7B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7B91; }
p { color: rgb(124,123,145); }
H1.HeaderClassName
{
color: #7C7B91;
}
.AnyTagClassName
{
color: #7C7B91;
}
</style>
background-color css
<style>
a { background-color: #7C7B91; }
a { background-color: rgb(124,123,145); }
div.DivClassName
{
background-color: #7C7B91;
}
.BgClassName
{
background-color: #7C7B91;
}
</style>
border-color css
<style>
span { border-color: #7C7B91; }
span { border-color: rgb(124,123,145); }
td.TdClassName
{
border-color: #7C7B91;
}
.TagClassName
{
border-color: #7C7B91;
}
</style>