#796A95

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

Shades of Deluge #796A95

Tints of Deluge #796A95

Color information

#796A95 (or 0x796A95) is unknown color: approx Deluge. HEX triplet: 79, 6A and 95. RGB value is (121,106,149). Sum of RGB (Red+Green+Blue) = 121+106+149=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #796A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A95 is #86956A. Grayscale: #737373. Windows color (decimal): -8820075 or 9792121. OLE color: 9792121.

HSL color Cylindrical-coordinate representation of color #796A95: hue angle of 260.93º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #796A95 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121106149-
CMYK0.190.2900.42
HSL260.93º16.86%50%-
HSV(B)260.93º28.86%58.43%-
XYZ18.4616.5430.65-
YUV115.39146.97132-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.18%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=32.18%
G=28.19%
B=39.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211061490.190.2900.42260.9316.8650
Hex796A95131D02A1051132
Octal17115222523350524052162
Binary11110011101010100101011001111101010101010000010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,106,149); }

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

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

 a { background-color: rgb(121,106,149); }

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

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

 span { border-color: rgb(121,106,149); }

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