#796B94

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

Shades of Deluge #796B94

Tints of Deluge #796B94

Color information

#796B94 (or 0x796B94) is unknown color: approx Deluge. HEX triplet: 79, 6B and 94. RGB value is (121,107,148). Sum of RGB (Red+Green+Blue) = 121+107+148=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #796B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796B94 is #86946B. Grayscale: #737373. Windows color (decimal): -8819820 or 9726841. OLE color: 9726841.

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

Color convert

RGB121107148-
CMYK0.180.2800.42
HSL260.49º16.08%50%-
HSV(B)260.49º27.7%58.04%-
XYZ18.4916.7230.27-
YUV115.86146.14131.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.18%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=32.18%
G=28.46%
B=39.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211071480.180.2800.42260.4916.0850
Hex796B94121C02A1041032
Octal17115322422340524042062
Binary11110011101011100101001001011100010101010000010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,107,148); }

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

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

 a { background-color: rgb(121,107,148); }

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

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

 span { border-color: rgb(121,107,148); }

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