#797399

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

Shades of Deluge #797399

Tints of Deluge #797399

Color information

#797399 (or 0x797399) is unknown color: approx Deluge. HEX triplet: 79, 73 and 99. RGB value is (121,115,153). Sum of RGB (Red+Green+Blue) = 121+115+153=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #797399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797399 is #868C66. Grayscale: #787878. Windows color (decimal): -8817767 or 10056569. OLE color: 10056569.

HSL color Cylindrical-coordinate representation of color #797399: hue angle of 249.47º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #797399 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB121115153-
CMYK0.210.2500.4
HSL249.47º15.7%52.55%-
HSV(B)249.47º24.84%60%-
XYZ19.7718.6332.69-
YUV121.13145.99127.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.11%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=31.11%
G=29.56%
B=39.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211151530.210.2500.4249.4715.752.55
Hex7973991519028f91035
Octal17116323125310503712065
Binary1111001111001110011001101011100101010001111100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797399; }

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

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

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

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

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

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

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

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