#796DB4

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

Shades of Deluge #796DB4

Tints of Deluge #796DB4

Color information

#796DB4 (or 0x796DB4) is unknown color: approx Deluge. HEX triplet: 79, 6D and B4. RGB value is (121,109,180). Sum of RGB (Red+Green+Blue) = 121+109+180=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #796DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DB4 is #86924B. Grayscale: #787878. Windows color (decimal): -8819276 or 11824505. OLE color: 11824505.

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

Color convert

RGB121109180-
CMYK0.330.3900.29
HSL250.14º32.13%56.67%-
HSV(B)250.14º39.44%70.59%-
XYZ21.5918.345.57-
YUV120.68161.48128.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 180 (70.70% from 255) = 43.90%
R=29.51%
G=26.59%
B=43.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211091800.330.3900.29250.1432.1356.67
Hex796DB4212701Dfa2039
Octal17115526441470353724071
Binary111100111011011011010010000110011101110111111010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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