#796EA4

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

Shades of Deluge #796EA4

Tints of Deluge #796EA4

Color information

#796EA4 (or 0x796EA4) is unknown color: approx Deluge. HEX triplet: 79, 6E and A4. RGB value is (121,110,164). Sum of RGB (Red+Green+Blue) = 121+110+164=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #796EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796EA4 is #86915B. Grayscale: #777777. Windows color (decimal): -8819036 or 10776185. OLE color: 10776185.

HSL color Cylindrical-coordinate representation of color #796EA4: hue angle of 252.22º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #796EA4 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121110164-
CMYK0.260.3300.36
HSL252.22º22.88%53.73%-
HSV(B)252.22º32.93%64.31%-
XYZ20.1617.937.51-
YUV119.44153.14129.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=30.63%
G=27.85%
B=41.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211101640.260.3300.36252.2222.8853.73
Hex796EA41A21024fc1736
Octal17115624432410443742766
Binary11110011101110101001001101010000101001001111110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,110,164); }

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

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

 a { background-color: rgb(121,110,164); }

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

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

 span { border-color: rgb(121,110,164); }

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