Shades of Deluge #796BA3
Tints of Deluge #796BA3
RGB
CMYK
RGB Variations
Color information
#796BA3 (or 0x796BA3) is known color: Deluge. HEX triplet: 79, 6B and A3. RGB value is (121,107,163). Sum of RGB (Red+Green+Blue) = 121+107+163=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 163 - color contains mainly: blue. Hex color #796BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796BA3 is #86945C. Grayscale: #757575. Windows color (decimal): -8819805 or 10709881. OLE color: 10709881.
HSL color Cylindrical-coordinate representation of color #796BA3: hue angle of 255º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #796BA3 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 107 | 163 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.36 |
| HSL | 255º | 0.23% | 0.53% | - |
| HSV(B) | 255º | 0.34% | 0.64% | - |
| XYZ | 19.75 | 17.22 | 36.93 | - |
| YUV | 117.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 163 | 0.26 | 0.34 | 0 | 0.36 | 255 | 0.23 | 0.53 |
| Hex | 79 | 6B | A3 | 1A | 22 | 0 | 24 | FF | 17 | 35 |
| Octal | 171 | 153 | 243 | 32 | 42 | 0 | 44 | 377 | 27 | 65 |
| Binary | 1111001 | 1101011 | 10100011 | 11010 | 100010 | 0 | 100100 | 11111111 | 10111 | 110101 |
Color Harmonies of #796BA3
Complementary color
Monochromatic Colors of #796BA3
Black with #796BA3
Text Example
Text Example
White with #796BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796BA3; }
p { color: rgb(121,107,163); }
H1.HeaderClassName
{
color: #796BA3;
}
.AnyTagClassName
{
color: #796BA3;
}
</style>
background-color css
<style>
a { background-color: #796BA3; }
a { background-color: rgb(121,107,163); }
div.DivClassName
{
background-color: #796BA3;
}
.BgClassName
{
background-color: #796BA3;
}
</style>
border-color css
<style>
span { border-color: #796BA3; }
span { border-color: rgb(121,107,163); }
td.TdClassName
{
border-color: #796BA3;
}
.TagClassName
{
border-color: #796BA3;
}
</style>