#796BA2

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

Shades of Deluge #796BA2

Tints of Deluge #796BA2

Color information

#796BA2 (or 0x796BA2) is unknown color: approx Deluge. HEX triplet: 79, 6B and A2. RGB value is (121,107,162). Sum of RGB (Red+Green+Blue) = 121+107+162=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 162 - color contains mainly: blue. Hex color #796BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796BA2 is #86945D. Grayscale: #757575. Windows color (decimal): -8819806 or 10644345. OLE color: 10644345.

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

Color convert

RGB121107162-
CMYK0.250.3400.36
HSL255.27º22.82%52.75%-
HSV(B)255.27º33.95%63.53%-
XYZ19.6617.1936.46-
YUV117.46153.14130.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 162 (63.67% from 255) = 41.54%
R=31.03%
G=27.44%
B=41.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211071620.250.3400.36255.2722.8252.75
Hex796BA21922024ff1735
Octal17115324231420443772765
Binary11110011101011101000101100110001001001001111111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,107,162); }

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

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

 a { background-color: rgb(121,107,162); }

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

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

 span { border-color: rgb(121,107,162); }

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