#796EB1

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

Shades of Deluge #796EB1

Tints of Deluge #796EB1

Color information

#796EB1 (or 0x796EB1) is unknown color: approx Deluge. HEX triplet: 79, 6E and B1. RGB value is (121,110,177). Sum of RGB (Red+Green+Blue) = 121+110+177=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #796EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796EB1 is #86914E. Grayscale: #787878. Windows color (decimal): -8819023 or 11628153. OLE color: 11628153.

HSL color Cylindrical-coordinate representation of color #796EB1: hue angle of 249.85º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #796EB1 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121110177-
CMYK0.320.3800.31
HSL249.85º30.04%56.27%-
HSV(B)249.85º37.85%69.41%-
XYZ21.418.3944.02-
YUV120.93159.64128.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.66%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 177 (69.53% from 255) = 43.38%
R=29.66%
G=26.96%
B=43.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211101770.320.3800.31249.8530.0456.27
Hex796EB1202601Ffa1e38
Octal17115626140460373723670
Binary11110011101110101100011000001001100111111111101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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