Shades of Deluge #79759C
Tints of Deluge #79759C
RGB
CMYK
RGB Variations
Color information
#79759C (or 0x79759C) is known color: Deluge. HEX triplet: 79, 75 and 9C. RGB value is (121,117,156). Sum of RGB (Red+Green+Blue) = 121+117+156=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #79759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79759C is #868A63. Grayscale: #7A7A7A. Windows color (decimal): -8817252 or 10253689. OLE color: 10253689.
HSL color Cylindrical-coordinate representation of color #79759C: hue angle of 246.15º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79759C is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 117 | 156 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.39 |
| HSL | 246.15º | 0.16% | 0.54% | - |
| HSV(B) | 246.15º | 0.25% | 0.61% | - |
| XYZ | 20.25 | 19.19 | 34.09 | - |
| YUV | 122.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 156 | 0.22 | 0.25 | 0 | 0.39 | 246.15 | 0.16 | 0.54 |
| Hex | 79 | 75 | 9C | 16 | 19 | 0 | 27 | F6 | 10 | 36 |
| Octal | 171 | 165 | 234 | 26 | 31 | 0 | 47 | 366 | 20 | 66 |
| Binary | 1111001 | 1110101 | 10011100 | 10110 | 11001 | 0 | 100111 | 11110110 | 10000 | 110110 |
Color Harmonies of #79759C
Complementary color
Monochromatic Colors of #79759C
Black with #79759C
Text Example
Text Example
White with #79759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79759C; }
p { color: rgb(121,117,156); }
H1.HeaderClassName
{
color: #79759C;
}
.AnyTagClassName
{
color: #79759C;
}
</style>
background-color css
<style>
a { background-color: #79759C; }
a { background-color: rgb(121,117,156); }
div.DivClassName
{
background-color: #79759C;
}
.BgClassName
{
background-color: #79759C;
}
</style>
border-color css
<style>
span { border-color: #79759C; }
span { border-color: rgb(121,117,156); }
td.TdClassName
{
border-color: #79759C;
}
.TagClassName
{
border-color: #79759C;
}
</style>