Shades of Deluge #79689C
Tints of Deluge #79689C
RGB
CMYK
RGB Variations
Color information
#79689C (or 0x79689C) is known color: Deluge. HEX triplet: 79, 68 and 9C. RGB value is (121,104,156). Sum of RGB (Red+Green+Blue) = 121+104+156=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #79689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79689C is #869763. Grayscale: #727272. Windows color (decimal): -8820580 or 10250361. OLE color: 10250361.
HSL color Cylindrical-coordinate representation of color #79689C: hue angle of 259.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79689C is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 104 | 156 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.39 |
| HSL | 259.62º | 0.21% | 0.51% | - |
| HSV(B) | 259.62º | 0.33% | 0.61% | - |
| XYZ | 18.84 | 16.37 | 33.62 | - |
| YUV | 115.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 104 | 156 | 0.22 | 0.33 | 0 | 0.39 | 259.62 | 0.21 | 0.51 |
| Hex | 79 | 68 | 9C | 16 | 21 | 0 | 27 | 104 | 15 | 33 |
| Octal | 171 | 150 | 234 | 26 | 41 | 0 | 47 | 404 | 25 | 63 |
| Binary | 1111001 | 1101000 | 10011100 | 10110 | 100001 | 0 | 100111 | 100000100 | 10101 | 110011 |
Color Harmonies of #79689C
Complementary color
Monochromatic Colors of #79689C
Black with #79689C
Text Example
Text Example
White with #79689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79689C; }
p { color: rgb(121,104,156); }
H1.HeaderClassName
{
color: #79689C;
}
.AnyTagClassName
{
color: #79689C;
}
</style>
background-color css
<style>
a { background-color: #79689C; }
a { background-color: rgb(121,104,156); }
div.DivClassName
{
background-color: #79689C;
}
.BgClassName
{
background-color: #79689C;
}
</style>
border-color css
<style>
span { border-color: #79689C; }
span { border-color: rgb(121,104,156); }
td.TdClassName
{
border-color: #79689C;
}
.TagClassName
{
border-color: #79689C;
}
</style>