#797398

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

Shades of Deluge #797398

Tints of Deluge #797398

Color information

#797398 (or 0x797398) is unknown color: approx Deluge. HEX triplet: 79, 73 and 98. RGB value is (121,115,152). Sum of RGB (Red+Green+Blue) = 121+115+152=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #797398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797398 is #868C67. Grayscale: #787878. Windows color (decimal): -8817768 or 9991033. OLE color: 9991033.

HSL color Cylindrical-coordinate representation of color #797398: hue angle of 249.73º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #797398 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121115152-
CMYK0.200.2400.40
HSL249.73º15.23%52.35%-
HSV(B)249.73º24.34%59.61%-
XYZ19.6818.5932.26-
YUV121.01145.49127.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=31.19%
G=29.64%
B=39.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211151520.200.2400.40249.7315.2352.35
Hex7973981418028faf34
Octal17116323024300503721764
Binary111100111100111001100010100110000101000111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797398; }

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

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

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

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

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

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

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

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