#79709E

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

Shades of Deluge #79709E

Tints of Deluge #79709E

Color information

#79709E (or 0x79709E) is unknown color: approx Deluge. HEX triplet: 79, 70 and 9E. RGB value is (121,112,158). Sum of RGB (Red+Green+Blue) = 121+112+158=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #79709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79709E is #868F61. Grayscale: #777777. Windows color (decimal): -8818530 or 10383481. OLE color: 10383481.

HSL color Cylindrical-coordinate representation of color #79709E: hue angle of 251.74º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79709E is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121112158-
CMYK0.230.2900.38
HSL251.74º19.17%52.94%-
HSV(B)251.74º29.11%61.96%-
XYZ19.8518.1234.8-
YUV119.94149.48128.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=30.95%
G=28.64%
B=40.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211121580.230.2900.38251.7419.1752.94
Hex79709E171D026fc1335
Octal17116023627350463742365
Binary1111001111000010011110101111110101001101111110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79709E; }

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

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

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

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

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

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

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

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