Shades of Deluge #796BA0
Tints of Deluge #796BA0
RGB
CMYK
RGB Variations
Color information
#796BA0 (or 0x796BA0) is known color: Deluge. HEX triplet: 79, 6B and A0. RGB value is (121,107,160). Sum of RGB (Red+Green+Blue) = 121+107+160=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #796BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796BA0 is #86945F. Grayscale: #757575. Windows color (decimal): -8819808 or 10513273. OLE color: 10513273.
HSL color Cylindrical-coordinate representation of color #796BA0: hue angle of 255.85º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #796BA0 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 107 | 160 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.37 |
| HSL | 255.85º | 0.22% | 0.52% | - |
| HSV(B) | 255.85º | 0.33% | 0.63% | - |
| XYZ | 19.49 | 17.12 | 35.53 | - |
| YUV | 117.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 160 | 0.24 | 0.33 | 0 | 0.37 | 255.85 | 0.22 | 0.52 |
| Hex | 79 | 6B | A0 | 18 | 21 | 0 | 25 | 100 | 16 | 34 |
| Octal | 171 | 153 | 240 | 30 | 41 | 0 | 45 | 400 | 26 | 64 |
| Binary | 1111001 | 1101011 | 10100000 | 11000 | 100001 | 0 | 100101 | 100000000 | 10110 | 110100 |
Color Harmonies of #796BA0
Complementary color
Monochromatic Colors of #796BA0
Black with #796BA0
Text Example
Text Example
White with #796BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796BA0; }
p { color: rgb(121,107,160); }
H1.HeaderClassName
{
color: #796BA0;
}
.AnyTagClassName
{
color: #796BA0;
}
</style>
background-color css
<style>
a { background-color: #796BA0; }
a { background-color: rgb(121,107,160); }
div.DivClassName
{
background-color: #796BA0;
}
.BgClassName
{
background-color: #796BA0;
}
</style>
border-color css
<style>
span { border-color: #796BA0; }
span { border-color: rgb(121,107,160); }
td.TdClassName
{
border-color: #796BA0;
}
.TagClassName
{
border-color: #796BA0;
}
</style>