#796EAB

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

Shades of Deluge #796EAB

Tints of Deluge #796EAB

Color information

#796EAB (or 0x796EAB) is unknown color: approx Deluge. HEX triplet: 79, 6E and AB. RGB value is (121,110,171). Sum of RGB (Red+Green+Blue) = 121+110+171=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #796EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796EAB is #869154. Grayscale: #787878. Windows color (decimal): -8819029 or 11234937. OLE color: 11234937.

HSL color Cylindrical-coordinate representation of color #796EAB: hue angle of 250.82º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #796EAB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121110171-
CMYK0.290.3600.33
HSL250.82º26.64%55.1%-
HSV(B)250.82º35.67%67.06%-
XYZ20.8118.1640.94-
YUV120.24156.64128.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.10%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=30.10%
G=27.36%
B=42.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211101710.290.3600.33250.8226.6455.1
Hex796EAB1D24021fb1b37
Octal17115625335440413733367
Binary11110011101110101010111110110010001000011111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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