#796DAE

Color #796DAE Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #796DAE

Tints of Deluge #796DAE

Color information

#796DAE (or 0x796DAE) is unknown color: approx Deluge. HEX triplet: 79, 6D and AE. RGB value is (121,109,174). Sum of RGB (Red+Green+Blue) = 121+109+174=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #796DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DAE is #869251. Grayscale: #777777. Windows color (decimal): -8819282 or 11431289. OLE color: 11431289.

HSL color Cylindrical-coordinate representation of color #796DAE: hue angle of 251.08º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #796DAE is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121109174-
CMYK0.300.3700.32
HSL251.08º28.63%55.49%-
HSV(B)251.08º37.36%68.24%-
XYZ20.9918.0642.42-
YUV120158.48128.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 29.95%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=29.95%
G=26.98%
B=43.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211091740.300.3700.32251.0828.6355.49
Hex796DAE1E25020fb1d37
Octal17115525636450403733567
Binary11110011101101101011101111010010101000001111101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796DAE; }

 p { color: rgb(121,109,174); }

 H1.HeaderClassName
 {
   color: #796DAE;
 }
 .AnyTagClassName
 {
   color: #796DAE;
 }
</style>
background-color css

<style>
 a { background-color: #796DAE; }

 a { background-color: rgb(121,109,174); }

 div.DivClassName
 {
   background-color: #796DAE;
 }
 .BgClassName
 {
   background-color: #796DAE;
 }
</style>
border-color css

<style>
 span { border-color: #796DAE; }

 span { border-color: rgb(121,109,174); }

 td.TdClassName
 {
   border-color: #796DAE;
 }
 .TagClassName
 {
   border-color: #796DAE;
 }
</style>