#796EAC

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

Shades of Deluge #796EAC

Tints of Deluge #796EAC

Color information

#796EAC (or 0x796EAC) is unknown color: approx Deluge. HEX triplet: 79, 6E and AC. RGB value is (121,110,172). Sum of RGB (Red+Green+Blue) = 121+110+172=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #796EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796EAC is #869153. Grayscale: #787878. Windows color (decimal): -8819028 or 11300473. OLE color: 11300473.

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

Color convert

RGB121110172-
CMYK0.300.3600.33
HSL250.65º27.19%55.29%-
HSV(B)250.65º36.05%67.45%-
XYZ20.9118.241.44-
YUV120.36157.14128.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.02%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=30.02%
G=27.30%
B=42.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211101720.300.3600.33250.6527.1955.29
Hex796EAC1E24021fb1b37
Octal17115625436440413733367
Binary11110011101110101011001111010010001000011111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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