#796CAC

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

Shades of Deluge #796CAC

Tints of Deluge #796CAC

Color information

#796CAC (or 0x796CAC) is unknown color: approx Deluge. HEX triplet: 79, 6C and AC. RGB value is (121,108,172). Sum of RGB (Red+Green+Blue) = 121+108+172=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #796CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796CAC is #869353. Grayscale: #767676. Windows color (decimal): -8819540 or 11299961. OLE color: 11299961.

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

Color convert

RGB121108172-
CMYK0.300.3700.33
HSL252.19º27.83%54.9%-
HSV(B)252.19º37.21%67.45%-
XYZ20.6917.7741.37-
YUV119.18157.81129.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=30.17%
G=26.93%
B=42.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211081720.300.3700.33252.1927.8354.9
Hex796CAC1E25021fc1c37
Octal17115425436450413743467
Binary11110011101100101011001111010010101000011111110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,108,172); }

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

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

 a { background-color: rgb(121,108,172); }

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

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

 span { border-color: rgb(121,108,172); }

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