#796C96

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

Shades of Deluge #796C96

Tints of Deluge #796C96

Color information

#796C96 (or 0x796C96) is unknown color: approx Deluge. HEX triplet: 79, 6C and 96. RGB value is (121,108,150). Sum of RGB (Red+Green+Blue) = 121+108+150=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #796C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796C96 is #869369. Grayscale: #747474. Windows color (decimal): -8819562 or 9858169. OLE color: 9858169.

HSL color Cylindrical-coordinate representation of color #796C96: hue angle of 258.57º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #796C96 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB121108150-
CMYK0.190.2800.41
HSL258.57º16.67%50.59%-
HSV(B)258.57º28%58.82%-
XYZ18.7516.9931.15-
YUV116.67146.81131.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=31.93%
G=28.50%
B=39.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211081500.190.2800.41258.5716.6750.59
Hex796C96131C0291031133
Octal17115422623340514032163
Binary11110011101100100101101001111100010100110000001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,108,150); }

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

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

 a { background-color: rgb(121,108,150); }

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

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

 span { border-color: rgb(121,108,150); }

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