#797392

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

Shades of Deluge #797392

Tints of Deluge #797392

Color information

#797392 (or 0x797392) is unknown color: approx Deluge. HEX triplet: 79, 73 and 92. RGB value is (121,115,146). Sum of RGB (Red+Green+Blue) = 121+115+146=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #797392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797392 is #868C6D. Grayscale: #787878. Windows color (decimal): -8817774 or 9597817. OLE color: 9597817.

HSL color Cylindrical-coordinate representation of color #797392: hue angle of 251.61º 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 #797392 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB121115146-
CMYK0.170.2100.43
HSL251.61º12.45%51.18%-
HSV(B)251.61º21.23%57.25%-
XYZ19.218.429.73-
YUV120.33142.49128.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=31.68%
G=30.10%
B=38.22%

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
Decimal1211151460.170.2100.43251.6112.4551.18
Hex797392111502Bfcc33
Octal17116322221250533741463
Binary111100111100111001001010001101010101011111111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797392; }

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

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

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

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

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

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

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

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