#796DAB

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

Shades of Deluge #796DAB

Tints of Deluge #796DAB

Color information

#796DAB (or 0x796DAB) is unknown color: approx Deluge. HEX triplet: 79, 6D and AB. RGB value is (121,109,171). Sum of RGB (Red+Green+Blue) = 121+109+171=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #796DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DAB is #869254. Grayscale: #777777. Windows color (decimal): -8819285 or 11234681. OLE color: 11234681.

HSL color Cylindrical-coordinate representation of color #796DAB: hue angle of 251.61º 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 #796DAB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121109171-
CMYK0.290.3600.33
HSL251.61º26.96%54.9%-
HSV(B)251.61º36.26%67.06%-
XYZ20.717.9440.9-
YUV119.66156.98128.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=30.17%
G=27.18%
B=42.64%

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
Decimal1211091710.290.3600.33251.6126.9654.9
Hex796DAB1D24021fc1b37
Octal17115525335440413743367
Binary11110011101101101010111110110010001000011111110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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