Shades of Deluge #796F9B
Tints of Deluge #796F9B
RGB
CMYK
RGB Variations
Color information
#796F9B (or 0x796F9B) is known color: Deluge. HEX triplet: 79, 6F and 9B. RGB value is (121,111,155). Sum of RGB (Red+Green+Blue) = 121+111+155=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #796F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796F9B is #869064. Grayscale: #767676. Windows color (decimal): -8818789 or 10186617. OLE color: 10186617.
HSL color Cylindrical-coordinate representation of color #796F9B: hue angle of 253.64º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #796F9B is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 111 | 155 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.39 |
| HSL | 253.64º | 0.18% | 0.52% | - |
| HSV(B) | 253.64º | 0.28% | 0.61% | - |
| XYZ | 19.49 | 17.8 | 33.42 | - |
| YUV | 119.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 155 | 0.22 | 0.28 | 0 | 0.39 | 253.64 | 0.18 | 0.52 |
| Hex | 79 | 6F | 9B | 16 | 1C | 0 | 27 | FE | 12 | 34 |
| Octal | 171 | 157 | 233 | 26 | 34 | 0 | 47 | 376 | 22 | 64 |
| Binary | 1111001 | 1101111 | 10011011 | 10110 | 11100 | 0 | 100111 | 11111110 | 10010 | 110100 |
Color Harmonies of #796F9B
Complementary color
Monochromatic Colors of #796F9B
Black with #796F9B
Text Example
Text Example
White with #796F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F9B; }
p { color: rgb(121,111,155); }
H1.HeaderClassName
{
color: #796F9B;
}
.AnyTagClassName
{
color: #796F9B;
}
</style>
background-color css
<style>
a { background-color: #796F9B; }
a { background-color: rgb(121,111,155); }
div.DivClassName
{
background-color: #796F9B;
}
.BgClassName
{
background-color: #796F9B;
}
</style>
border-color css
<style>
span { border-color: #796F9B; }
span { border-color: rgb(121,111,155); }
td.TdClassName
{
border-color: #796F9B;
}
.TagClassName
{
border-color: #796F9B;
}
</style>