#797394

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

Shades of Deluge #797394

Tints of Deluge #797394

Color information

#797394 (or 0x797394) is unknown color: approx Deluge. HEX triplet: 79, 73 and 94. RGB value is (121,115,148). Sum of RGB (Red+Green+Blue) = 121+115+148=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #797394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797394 is #868C6B. Grayscale: #787878. Windows color (decimal): -8817772 or 9728889. OLE color: 9728889.

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

Color convert

RGB121115148-
CMYK0.180.2200.42
HSL250.91º13.36%51.57%-
HSV(B)250.91º22.3%58.04%-
XYZ19.3618.4630.56-
YUV120.56143.49128.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.51%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 148 (58.20% from 255) = 38.54%
R=31.51%
G=29.95%
B=38.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211151480.180.2200.42250.9113.3651.57
Hex797394121602Afbd34
Octal17116322422260523731564
Binary111100111100111001010010010101100101010111110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797394; }

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

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

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

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

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

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

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

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