#797090

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

Shades of Deluge #797090

Tints of Deluge #797090

Color information

#797090 (or 0x797090) is unknown color: approx Deluge. HEX triplet: 79, 70 and 90. RGB value is (121,112,144). Sum of RGB (Red+Green+Blue) = 121+112+144=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #797090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797090 is #868F6F. Grayscale: #767676. Windows color (decimal): -8818544 or 9465977. OLE color: 9465977.

HSL color Cylindrical-coordinate representation of color #797090: hue angle of 256.88º degrees, saturation: 0.13, 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 #797090 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121112144-
CMYK0.160.2200.44
HSL256.88º12.6%50.2%-
HSV(B)256.88º22.22%56.47%-
XYZ18.7117.6728.81-
YUV118.34142.48129.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=32.10%
G=29.71%
B=38.20%

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
Decimal1211121440.160.2200.44256.8812.650.2
Hex797090101602C101d32
Octal17116022020260544011562
Binary1111001111000010010000100001011001011001000000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797090; }

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

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

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

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

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

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

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

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