Shades of Deluge #79689A
Tints of Deluge #79689A
RGB
CMYK
RGB Variations
Color information
#79689A (or 0x79689A) is known color: Deluge. HEX triplet: 79, 68 and 9A. RGB value is (121,104,154). Sum of RGB (Red+Green+Blue) = 121+104+154=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #79689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79689A is #869765. Grayscale: #727272. Windows color (decimal): -8820582 or 10119289. OLE color: 10119289.
HSL color Cylindrical-coordinate representation of color #79689A: hue angle of 260.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79689A is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 104 | 154 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.40 |
| HSL | 260.4º | 0.2% | 0.51% | - |
| HSV(B) | 260.4º | 0.32% | 0.6% | - |
| XYZ | 18.67 | 16.3 | 32.73 | - |
| YUV | 114.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 104 | 154 | 0.21 | 0.32 | 0 | 0.40 | 260.4 | 0.2 | 0.51 |
| Hex | 79 | 68 | 9A | 15 | 20 | 0 | 28 | 104 | 14 | 33 |
| Octal | 171 | 150 | 232 | 25 | 40 | 0 | 50 | 404 | 24 | 63 |
| Binary | 1111001 | 1101000 | 10011010 | 10101 | 100000 | 0 | 101000 | 100000100 | 10100 | 110011 |
Color Harmonies of #79689A
Complementary color
Monochromatic Colors of #79689A
Black with #79689A
Text Example
Text Example
White with #79689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79689A; }
p { color: rgb(121,104,154); }
H1.HeaderClassName
{
color: #79689A;
}
.AnyTagClassName
{
color: #79689A;
}
</style>
background-color css
<style>
a { background-color: #79689A; }
a { background-color: rgb(121,104,154); }
div.DivClassName
{
background-color: #79689A;
}
.BgClassName
{
background-color: #79689A;
}
</style>
border-color css
<style>
span { border-color: #79689A; }
span { border-color: rgb(121,104,154); }
td.TdClassName
{
border-color: #79689A;
}
.TagClassName
{
border-color: #79689A;
}
</style>