#796596

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

Shades of Deluge #796596

Tints of Deluge #796596

Color information

#796596 (or 0x796596) is unknown color: approx Deluge. HEX triplet: 79, 65 and 96. RGB value is (121,101,150). Sum of RGB (Red+Green+Blue) = 121+101+150=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #796596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796596 is #869A69. Grayscale: #707070. Windows color (decimal): -8821354 or 9856377. OLE color: 9856377.

HSL color Cylindrical-coordinate representation of color #796596: hue angle of 264.49º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #796596 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB121101150-
CMYK0.190.3300.41
HSL264.49º19.52%49.22%-
HSV(B)264.49º32.67%58.82%-
XYZ18.0415.5730.91-
YUV112.57149.13134.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.53%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=32.53%
G=27.15%
B=40.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211011500.190.3300.41264.4919.5249.22
Hex79659613210291081431
Octal17114522623410514102461
Binary111100111001011001011010011100001010100110000100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796596; }

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

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

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

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

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

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

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

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