Shades of Deluge #79679D
Tints of Deluge #79679D
RGB
CMYK
RGB Variations
Color information
#79679D (or 0x79679D) is known color: Deluge. HEX triplet: 79, 67 and 9D. RGB value is (121,103,157). Sum of RGB (Red+Green+Blue) = 121+103+157=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #79679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79679D is #869862. Grayscale: #727272. Windows color (decimal): -8820835 or 10315641. OLE color: 10315641.
HSL color Cylindrical-coordinate representation of color #79679D: hue angle of 260º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79679D is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 103 | 157 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.38 |
| HSL | 260º | 0.22% | 0.51% | - |
| HSV(B) | 260º | 0.34% | 0.62% | - |
| XYZ | 18.82 | 16.2 | 34.03 | - |
| YUV | 114.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 103 | 157 | 0.23 | 0.34 | 0 | 0.38 | 260 | 0.22 | 0.51 |
| Hex | 79 | 67 | 9D | 17 | 22 | 0 | 26 | 104 | 16 | 33 |
| Octal | 171 | 147 | 235 | 27 | 42 | 0 | 46 | 404 | 26 | 63 |
| Binary | 1111001 | 1100111 | 10011101 | 10111 | 100010 | 0 | 100110 | 100000100 | 10110 | 110011 |
Color Harmonies of #79679D
Complementary color
Monochromatic Colors of #79679D
Black with #79679D
Text Example
Text Example
White with #79679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79679D; }
p { color: rgb(121,103,157); }
H1.HeaderClassName
{
color: #79679D;
}
.AnyTagClassName
{
color: #79679D;
}
</style>
background-color css
<style>
a { background-color: #79679D; }
a { background-color: rgb(121,103,157); }
div.DivClassName
{
background-color: #79679D;
}
.BgClassName
{
background-color: #79679D;
}
</style>
border-color css
<style>
span { border-color: #79679D; }
span { border-color: rgb(121,103,157); }
td.TdClassName
{
border-color: #79679D;
}
.TagClassName
{
border-color: #79679D;
}
</style>