Shades of Deluge #79669A
Tints of Deluge #79669A
RGB
CMYK
RGB Variations
Color information
#79669A (or 0x79669A) is known color: Deluge. HEX triplet: 79, 66 and 9A. RGB value is (121,102,154). Sum of RGB (Red+Green+Blue) = 121+102+154=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #79669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79669A is #869965. Grayscale: #717171. Windows color (decimal): -8821094 or 10118777. OLE color: 10118777.
HSL color Cylindrical-coordinate representation of color #79669A: hue angle of 261.92º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79669A is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 102 | 154 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.40 |
| HSL | 261.92º | 0.2% | 0.5% | - |
| HSV(B) | 261.92º | 0.34% | 0.6% | - |
| XYZ | 18.47 | 15.9 | 32.67 | - |
| YUV | 113.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 154 | 0.21 | 0.34 | 0 | 0.40 | 261.92 | 0.2 | 0.5 |
| Hex | 79 | 66 | 9A | 15 | 22 | 0 | 28 | 106 | 14 | 32 |
| Octal | 171 | 146 | 232 | 25 | 42 | 0 | 50 | 406 | 24 | 62 |
| Binary | 1111001 | 1100110 | 10011010 | 10101 | 100010 | 0 | 101000 | 100000110 | 10100 | 110010 |
Color Harmonies of #79669A
Complementary color
Monochromatic Colors of #79669A
Black with #79669A
Text Example
Text Example
White with #79669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79669A; }
p { color: rgb(121,102,154); }
H1.HeaderClassName
{
color: #79669A;
}
.AnyTagClassName
{
color: #79669A;
}
</style>
background-color css
<style>
a { background-color: #79669A; }
a { background-color: rgb(121,102,154); }
div.DivClassName
{
background-color: #79669A;
}
.BgClassName
{
background-color: #79669A;
}
</style>
border-color css
<style>
span { border-color: #79669A; }
span { border-color: rgb(121,102,154); }
td.TdClassName
{
border-color: #79669A;
}
.TagClassName
{
border-color: #79669A;
}
</style>