#797190

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

Shades of Deluge #797190

Tints of Deluge #797190

Color information

#797190 (or 0x797190) is unknown color: approx Deluge. HEX triplet: 79, 71 and 90. RGB value is (121,113,144). Sum of RGB (Red+Green+Blue) = 121+113+144=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #797190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797190 is #868E6F. Grayscale: #767676. Windows color (decimal): -8818288 or 9466233. OLE color: 9466233.

HSL color Cylindrical-coordinate representation of color #797190: hue angle of 255.48º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #797190 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121113144-
CMYK0.160.2200.44
HSL255.48º12.25%50.39%-
HSV(B)255.48º21.53%56.47%-
XYZ18.8217.8928.85-
YUV118.93142.15129.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=32.01%
G=29.89%
B=38.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211131440.160.2200.44255.4812.2550.39
Hex797190101602Cffc32
Octal17116122020260543771462
Binary111100111100011001000010000101100101100111111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797190; }

 p { color: rgb(121,113,144); }

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

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

 a { background-color: rgb(121,113,144); }

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

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

 span { border-color: rgb(121,113,144); }

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