Shades of Deluge #7B798D
Tints of Deluge #7B798D
RGB
CMYK
RGB Variations
Color information
#7B798D (or 0x7B798D) is known color: Deluge. HEX triplet: 7B, 79 and 8D. RGB value is (123,121,141). Sum of RGB (Red+Green+Blue) = 123+121+141=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B798D is #848672. Grayscale: #7B7B7B. Windows color (decimal): -8685171 or 9271675. OLE color: 9271675.
HSL color Cylindrical-coordinate representation of color #7B798D: hue angle of 246º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7B798D is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 121 | 141 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.45 |
| HSL | 246º | 0.08% | 0.51% | - |
| HSV(B) | 246º | 0.14% | 0.55% | - |
| XYZ | 19.81 | 19.81 | 27.98 | - |
| YUV | 123.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 141 | 0.13 | 0.14 | 0 | 0.45 | 246 | 0.08 | 0.51 |
| Hex | 7B | 79 | 8D | D | E | 0 | 2D | F6 | 8 | 33 |
| Octal | 173 | 171 | 215 | 15 | 16 | 0 | 55 | 366 | 10 | 63 |
| Binary | 1111011 | 1111001 | 10001101 | 1101 | 1110 | 0 | 101101 | 11110110 | 1000 | 110011 |
Color Harmonies of #7B798D
Complementary color
Monochromatic Colors of #7B798D
Black with #7B798D
Text Example
Text Example
White with #7B798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B798D; }
p { color: rgb(123,121,141); }
H1.HeaderClassName
{
color: #7B798D;
}
.AnyTagClassName
{
color: #7B798D;
}
</style>
background-color css
<style>
a { background-color: #7B798D; }
a { background-color: rgb(123,121,141); }
div.DivClassName
{
background-color: #7B798D;
}
.BgClassName
{
background-color: #7B798D;
}
</style>
border-color css
<style>
span { border-color: #7B798D; }
span { border-color: rgb(123,121,141); }
td.TdClassName
{
border-color: #7B798D;
}
.TagClassName
{
border-color: #7B798D;
}
</style>