Shades of Deluge #796F9C
Tints of Deluge #796F9C
RGB
CMYK
RGB Variations
Color information
#796F9C (or 0x796F9C) is known color: Deluge. HEX triplet: 79, 6F and 9C. RGB value is (121,111,156). Sum of RGB (Red+Green+Blue) = 121+111+156=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #796F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796F9C is #869063. Grayscale: #767676. Windows color (decimal): -8818788 or 10252153. OLE color: 10252153.
HSL color Cylindrical-coordinate representation of color #796F9C: hue angle of 253.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #796F9C is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 111 | 156 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.39 |
| HSL | 253.33º | 0.19% | 0.52% | - |
| HSV(B) | 253.33º | 0.29% | 0.61% | - |
| XYZ | 19.57 | 17.83 | 33.86 | - |
| YUV | 119.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 156 | 0.22 | 0.29 | 0 | 0.39 | 253.33 | 0.19 | 0.52 |
| Hex | 79 | 6F | 9C | 16 | 1D | 0 | 27 | FD | 13 | 34 |
| Octal | 171 | 157 | 234 | 26 | 35 | 0 | 47 | 375 | 23 | 64 |
| Binary | 1111001 | 1101111 | 10011100 | 10110 | 11101 | 0 | 100111 | 11111101 | 10011 | 110100 |
Color Harmonies of #796F9C
Complementary color
Monochromatic Colors of #796F9C
Black with #796F9C
Text Example
Text Example
White with #796F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F9C; }
p { color: rgb(121,111,156); }
H1.HeaderClassName
{
color: #796F9C;
}
.AnyTagClassName
{
color: #796F9C;
}
</style>
background-color css
<style>
a { background-color: #796F9C; }
a { background-color: rgb(121,111,156); }
div.DivClassName
{
background-color: #796F9C;
}
.BgClassName
{
background-color: #796F9C;
}
</style>
border-color css
<style>
span { border-color: #796F9C; }
span { border-color: rgb(121,111,156); }
td.TdClassName
{
border-color: #796F9C;
}
.TagClassName
{
border-color: #796F9C;
}
</style>