#797197

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

Shades of Deluge #797197

Tints of Deluge #797197

Color information

#797197 (or 0x797197) is unknown color: approx Deluge. HEX triplet: 79, 71 and 97. RGB value is (121,113,151). Sum of RGB (Red+Green+Blue) = 121+113+151=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #797197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797197 is #868E68. Grayscale: #777777. Windows color (decimal): -8818281 or 9924985. OLE color: 9924985.

HSL color Cylindrical-coordinate representation of color #797197: hue angle of 252.63º 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 #797197 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB121113151-
CMYK0.200.2500.41
HSL252.63º15.45%51.76%-
HSV(B)252.63º25.17%59.22%-
XYZ19.3818.1131.75-
YUV119.72145.65128.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=31.43%
G=29.35%
B=39.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211131510.200.2500.41252.6315.4551.76
Hex7971971419029fdf34
Octal17116122724310513751764
Binary111100111100011001011110100110010101001111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797197; }

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

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

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

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

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

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

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

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