#796EB3

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

Shades of Deluge #796EB3

Tints of Deluge #796EB3

Color information

#796EB3 (or 0x796EB3) is unknown color: approx Deluge. HEX triplet: 79, 6E and B3. RGB value is (121,110,179). Sum of RGB (Red+Green+Blue) = 121+110+179=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 179 - color contains mainly: blue. Hex color #796EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EB3 is #86914C. Grayscale: #787878. Windows color (decimal): -8819021 or 11759225. OLE color: 11759225.

HSL color Cylindrical-coordinate representation of color #796EB3: hue angle of 249.57º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #796EB3 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB121110179-
CMYK0.320.3900.30
HSL249.57º31.22%56.67%-
HSV(B)249.57º38.55%70.2%-
XYZ21.618.4745.07-
YUV121.16160.64127.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 110 (43.36% from 255) = 26.83%
BLUE value IS 179 (70.31% from 255) = 43.66%
R=29.51%
G=26.83%
B=43.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211101790.320.3900.30249.5731.2256.67
Hex796EB3202701Efa1f39
Octal17115626340470363723771
Binary11110011101110101100111000001001110111101111101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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