#797094

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

Shades of Deluge #797094

Tints of Deluge #797094

Color information

#797094 (or 0x797094) is unknown color: approx Deluge. HEX triplet: 79, 70 and 94. RGB value is (121,112,148). Sum of RGB (Red+Green+Blue) = 121+112+148=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #797094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797094 is #868F6B. Grayscale: #767676. Windows color (decimal): -8818540 or 9728121. OLE color: 9728121.

HSL color Cylindrical-coordinate representation of color #797094: hue angle of 255º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #797094 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121112148-
CMYK0.180.2400.42
HSL255º14.4%50.98%-
HSV(B)255º24.32%58.04%-
XYZ19.0217.7930.45-
YUV118.8144.48129.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=31.76%
G=29.40%
B=38.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211121480.180.2400.4225514.450.98
Hex797094121802Affe33
Octal17116022422300523771663
Binary111100111100001001010010010110000101010111111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797094; }

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

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

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

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

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

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

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

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