Shades of Deluge #796DB0
Tints of Deluge #796DB0
RGB
CMYK
RGB Variations
Color information
#796DB0 (or 0x796DB0) is known color: Deluge. HEX triplet: 79, 6D and B0. RGB value is (121,109,176). Sum of RGB (Red+Green+Blue) = 121+109+176=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 176 - color contains mainly: blue. Hex color #796DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DB0 is #86924F. Grayscale: #777777. Windows color (decimal): -8819280 or 11562361. OLE color: 11562361.
HSL color Cylindrical-coordinate representation of color #796DB0: hue angle of 250.75º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #796DB0 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 109 | 176 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.31 |
| HSL | 250.75º | 0.3% | 0.56% | - |
| HSV(B) | 250.75º | 0.38% | 0.69% | - |
| XYZ | 21.19 | 18.14 | 43.46 | - |
| YUV | 120.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 176 | 0.31 | 0.38 | 0 | 0.31 | 250.75 | 0.3 | 0.56 |
| Hex | 79 | 6D | B0 | 1F | 26 | 0 | 1F | FB | 1E | 38 |
| Octal | 171 | 155 | 260 | 37 | 46 | 0 | 37 | 373 | 36 | 70 |
| Binary | 1111001 | 1101101 | 10110000 | 11111 | 100110 | 0 | 11111 | 11111011 | 11110 | 111000 |
Color Harmonies of #796DB0
Complementary color
Monochromatic Colors of #796DB0
Black with #796DB0
Text Example
Text Example
White with #796DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796DB0; }
p { color: rgb(121,109,176); }
H1.HeaderClassName
{
color: #796DB0;
}
.AnyTagClassName
{
color: #796DB0;
}
</style>
background-color css
<style>
a { background-color: #796DB0; }
a { background-color: rgb(121,109,176); }
div.DivClassName
{
background-color: #796DB0;
}
.BgClassName
{
background-color: #796DB0;
}
</style>
border-color css
<style>
span { border-color: #796DB0; }
span { border-color: rgb(121,109,176); }
td.TdClassName
{
border-color: #796DB0;
}
.TagClassName
{
border-color: #796DB0;
}
</style>