Shades of Deluge #796BA8
Tints of Deluge #796BA8
RGB
CMYK
RGB Variations
Color information
#796BA8 (or 0x796BA8) is known color: Deluge. HEX triplet: 79, 6B and A8. RGB value is (121,107,168). Sum of RGB (Red+Green+Blue) = 121+107+168=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 168 - color contains mainly: blue. Hex color #796BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796BA8 is #869457. Grayscale: #757575. Windows color (decimal): -8819800 or 11037561. OLE color: 11037561.
HSL color Cylindrical-coordinate representation of color #796BA8: hue angle of 253.77º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #796BA8 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 107 | 168 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.34 |
| HSL | 253.77º | 0.26% | 0.54% | - |
| HSV(B) | 253.77º | 0.36% | 0.66% | - |
| XYZ | 20.21 | 17.41 | 39.34 | - |
| YUV | 118.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 168 | 0.28 | 0.36 | 0 | 0.34 | 253.77 | 0.26 | 0.54 |
| Hex | 79 | 6B | A8 | 1C | 24 | 0 | 22 | FE | 1A | 36 |
| Octal | 171 | 153 | 250 | 34 | 44 | 0 | 42 | 376 | 32 | 66 |
| Binary | 1111001 | 1101011 | 10101000 | 11100 | 100100 | 0 | 100010 | 11111110 | 11010 | 110110 |
Color Harmonies of #796BA8
Complementary color
Monochromatic Colors of #796BA8
Black with #796BA8
Text Example
Text Example
White with #796BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796BA8; }
p { color: rgb(121,107,168); }
H1.HeaderClassName
{
color: #796BA8;
}
.AnyTagClassName
{
color: #796BA8;
}
</style>
background-color css
<style>
a { background-color: #796BA8; }
a { background-color: rgb(121,107,168); }
div.DivClassName
{
background-color: #796BA8;
}
.BgClassName
{
background-color: #796BA8;
}
</style>
border-color css
<style>
span { border-color: #796BA8; }
span { border-color: rgb(121,107,168); }
td.TdClassName
{
border-color: #796BA8;
}
.TagClassName
{
border-color: #796BA8;
}
</style>