#796E9B

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

Shades of Deluge #796E9B

Tints of Deluge #796E9B

Color information

#796E9B (or 0x796E9B) is unknown color: approx Deluge. HEX triplet: 79, 6E and 9B. RGB value is (121,110,155). Sum of RGB (Red+Green+Blue) = 121+110+155=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #796E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E9B is #869164. Grayscale: #767676. Windows color (decimal): -8819045 or 10186361. OLE color: 10186361.

HSL color Cylindrical-coordinate representation of color #796E9B: hue angle of 254.67º degrees, saturation: 0.18, 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 #796E9B is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121110155-
CMYK0.220.2900.39
HSL254.67º18.37%51.96%-
HSV(B)254.67º29.03%60.78%-
XYZ19.3817.5833.38-
YUV118.42148.64129.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.35%
GREEN value IS 110 (43.36% from 255) = 28.50%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=31.35%
G=28.50%
B=40.16%

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
Decimal1211101550.220.2900.39254.6718.3751.96
Hex796E9B161D027ff1234
Octal17115623326350473772264
Binary1111001110111010011011101101110101001111111111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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