#796E9C

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

Shades of Deluge #796E9C

Tints of Deluge #796E9C

Color information

#796E9C (or 0x796E9C) is unknown color: approx Deluge. HEX triplet: 79, 6E and 9C. RGB value is (121,110,156). Sum of RGB (Red+Green+Blue) = 121+110+156=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #796E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E9C is #869163. Grayscale: #767676. Windows color (decimal): -8819044 or 10251897. OLE color: 10251897.

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

Color convert

RGB121110156-
CMYK0.220.2900.39
HSL254.35º18.85%52.16%-
HSV(B)254.35º29.49%61.18%-
XYZ19.4617.6233.83-
YUV118.53149.14129.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=31.27%
G=28.42%
B=40.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211101560.220.2900.39254.3518.8552.16
Hex796E9C161D027fe1334
Octal17115623426350473762364
Binary1111001110111010011100101101110101001111111111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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