#797491

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

Shades of Deluge #797491

Tints of Deluge #797491

Color information

#797491 (or 0x797491) is unknown color: approx Deluge. HEX triplet: 79, 74 and 91. RGB value is (121,116,145). Sum of RGB (Red+Green+Blue) = 121+116+145=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #797491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797491 is #868B6E. Grayscale: #787878. Windows color (decimal): -8817519 or 9532537. OLE color: 9532537.

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

Color convert

RGB121116145-
CMYK0.170.200.43
HSL250.34º11.65%51.18%-
HSV(B)250.34º20%56.86%-
XYZ19.2418.629.36-
YUV120.8141.66128.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=31.68%
G=30.37%
B=37.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211161450.170.200.43250.3411.6551.18
Hex797491111402Bfac33
Octal17116422121240533721463
Binary111100111101001001000110001101000101011111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797491; }

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

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

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

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

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

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

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

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