#797391

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

Shades of Deluge #797391

Tints of Deluge #797391

Color information

#797391 (or 0x797391) is unknown color: approx Deluge. HEX triplet: 79, 73 and 91. RGB value is (121,115,145). Sum of RGB (Red+Green+Blue) = 121+115+145=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #797391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797391 is #868C6E. Grayscale: #787878. Windows color (decimal): -8817775 or 9532281. OLE color: 9532281.

HSL color Cylindrical-coordinate representation of color #797391: hue angle of 252º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #797391 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB121115145-
CMYK0.170.2100.43
HSL252º12%50.98%-
HSV(B)252º20.69%56.86%-
XYZ19.1318.3729.33-
YUV120.21141.99128.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 145 (57.03% from 255) = 38.06%
R=31.76%
G=30.18%
B=38.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211151450.170.2100.432521250.98
Hex797391111502Bfcc33
Octal17116322121250533741463
Binary111100111100111001000110001101010101011111111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797391; }

 p { color: rgb(121,115,145); }

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

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

 a { background-color: rgb(121,115,145); }

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

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

 span { border-color: rgb(121,115,145); }

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