#79739A

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

Shades of Deluge #79739A

Tints of Deluge #79739A

Color information

#79739A (or 0x79739A) is unknown color: approx Deluge. HEX triplet: 79, 73 and 9A. RGB value is (121,115,154). Sum of RGB (Red+Green+Blue) = 121+115+154=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 154 - color contains mainly: blue. Hex color #79739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79739A is #868C65. Grayscale: #797979. Windows color (decimal): -8817766 or 10122105. OLE color: 10122105.

HSL color Cylindrical-coordinate representation of color #79739A: hue angle of 249.23º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79739A is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121115154-
CMYK0.210.2500.40
HSL249.23º16.18%52.75%-
HSV(B)249.23º25.32%60.39%-
XYZ19.8518.6633.13-
YUV121.24146.49127.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=31.03%
G=29.49%
B=39.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211151540.210.2500.40249.2316.1852.75
Hex79739A1519028f91035
Octal17116323225310503712065
Binary1111001111001110011010101011100101010001111100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79739A; }

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

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

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

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

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

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

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

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