#797196

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

Shades of Deluge #797196

Tints of Deluge #797196

Color information

#797196 (or 0x797196) is unknown color: approx Deluge. HEX triplet: 79, 71 and 96. RGB value is (121,113,150). Sum of RGB (Red+Green+Blue) = 121+113+150=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #797196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797196 is #868E69. Grayscale: #777777. Windows color (decimal): -8818282 or 9859449. OLE color: 9859449.

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

Color convert

RGB121113150-
CMYK0.190.2500.41
HSL252.97º14.98%51.57%-
HSV(B)252.97º24.67%58.82%-
XYZ19.318.0831.33-
YUV119.61145.15128.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.51%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=31.51%
G=29.43%
B=39.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211131500.190.2500.41252.9714.9851.57
Hex7971961319029fdf34
Octal17116122623310513751764
Binary111100111100011001011010011110010101001111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797196; }

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

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

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

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

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

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

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

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