Shades of Deluge #79669B
Tints of Deluge #79669B
RGB
CMYK
RGB Variations
Color information
#79669B (or 0x79669B) is known color: Deluge. HEX triplet: 79, 66 and 9B. RGB value is (121,102,155). Sum of RGB (Red+Green+Blue) = 121+102+155=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #79669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79669B is #869964. Grayscale: #717171. Windows color (decimal): -8821093 or 10184313. OLE color: 10184313.
HSL color Cylindrical-coordinate representation of color #79669B: hue angle of 261.51º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79669B is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 102 | 155 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.39 |
| HSL | 261.51º | 0.21% | 0.5% | - |
| HSV(B) | 261.51º | 0.34% | 0.61% | - |
| XYZ | 18.55 | 15.93 | 33.11 | - |
| YUV | 113.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 155 | 0.22 | 0.34 | 0 | 0.39 | 261.51 | 0.21 | 0.5 |
| Hex | 79 | 66 | 9B | 16 | 22 | 0 | 27 | 106 | 15 | 32 |
| Octal | 171 | 146 | 233 | 26 | 42 | 0 | 47 | 406 | 25 | 62 |
| Binary | 1111001 | 1100110 | 10011011 | 10110 | 100010 | 0 | 100111 | 100000110 | 10101 | 110010 |
Color Harmonies of #79669B
Complementary color
Monochromatic Colors of #79669B
Black with #79669B
Text Example
Text Example
White with #79669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79669B; }
p { color: rgb(121,102,155); }
H1.HeaderClassName
{
color: #79669B;
}
.AnyTagClassName
{
color: #79669B;
}
</style>
background-color css
<style>
a { background-color: #79669B; }
a { background-color: rgb(121,102,155); }
div.DivClassName
{
background-color: #79669B;
}
.BgClassName
{
background-color: #79669B;
}
</style>
border-color css
<style>
span { border-color: #79669B; }
span { border-color: rgb(121,102,155); }
td.TdClassName
{
border-color: #79669B;
}
.TagClassName
{
border-color: #79669B;
}
</style>