#797092

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

Shades of Deluge #797092

Tints of Deluge #797092

Color information

#797092 (or 0x797092) is unknown color: approx Deluge. HEX triplet: 79, 70 and 92. RGB value is (121,112,146). Sum of RGB (Red+Green+Blue) = 121+112+146=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #797092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797092 is #868F6D. Grayscale: #767676. Windows color (decimal): -8818542 or 9597049. OLE color: 9597049.

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

Color convert

RGB121112146-
CMYK0.170.2300.43
HSL255.88º13.49%50.59%-
HSV(B)255.88º23.29%57.25%-
XYZ18.8717.7329.62-
YUV118.57143.48129.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=31.93%
G=29.55%
B=38.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211121460.170.2300.43255.8813.4950.59
Hex797092111702B100d33
Octal17116022221270534001563
Binary1111001111000010010010100011011101010111000000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797092; }

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

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

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

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

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

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

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

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