#796DB2

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

Shades of Deluge #796DB2

Tints of Deluge #796DB2

Color information

#796DB2 (or 0x796DB2) is unknown color: approx Deluge. HEX triplet: 79, 6D and B2. RGB value is (121,109,178). Sum of RGB (Red+Green+Blue) = 121+109+178=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 178 - color contains mainly: blue. Hex color #796DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DB2 is #86924D. Grayscale: #787878. Windows color (decimal): -8819278 or 11693433. OLE color: 11693433.

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

Color convert

RGB121109178-
CMYK0.320.3900.30
HSL250.43º30.94%56.27%-
HSV(B)250.43º38.76%69.8%-
XYZ21.3918.2244.51-
YUV120.45160.48128.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.66%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 178 (69.92% from 255) = 43.63%
R=29.66%
G=26.72%
B=43.63%

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
Decimal1211091780.320.3900.30250.4330.9456.27
Hex796DB2202701Efa1f38
Octal17115526240470363723770
Binary11110011101101101100101000001001110111101111101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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