#796D9C

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

Shades of Deluge #796D9C

Tints of Deluge #796D9C

Color information

#796D9C (or 0x796D9C) is unknown color: approx Deluge. HEX triplet: 79, 6D and 9C. RGB value is (121,109,156). Sum of RGB (Red+Green+Blue) = 121+109+156=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #796D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796D9C is #869263. Grayscale: #757575. Windows color (decimal): -8819300 or 10251641. OLE color: 10251641.

HSL color Cylindrical-coordinate representation of color #796D9C: hue angle of 255.32º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796D9C is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121109156-
CMYK0.220.3000.39
HSL255.32º19.18%51.96%-
HSV(B)255.32º30.13%61.18%-
XYZ19.3517.433.79-
YUV117.95149.48130.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.35%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=31.35%
G=28.24%
B=40.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211091560.220.3000.39255.3219.1851.96
Hex796D9C161E027ff1334
Octal17115523426360473772364
Binary1111001110110110011100101101111001001111111111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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