#797397

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

Shades of Deluge #797397

Tints of Deluge #797397

Color information

#797397 (or 0x797397) is unknown color: approx Deluge. HEX triplet: 79, 73 and 97. RGB value is (121,115,151). Sum of RGB (Red+Green+Blue) = 121+115+151=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #797397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797397 is #868C68. Grayscale: #787878. Windows color (decimal): -8817769 or 9925497. OLE color: 9925497.

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

Color convert

RGB121115151-
CMYK0.200.2400.41
HSL250º14.75%52.16%-
HSV(B)250º23.84%59.22%-
XYZ19.618.5631.83-
YUV120.9144.99128.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=31.27%
G=29.72%
B=39.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211151510.200.2400.4125014.7552.16
Hex7973971418029faf34
Octal17116322724300513721764
Binary111100111100111001011110100110000101001111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797397; }

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

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

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

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

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

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

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

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