#79689F

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

Shades of Deluge #79689F

Tints of Deluge #79689F

Color information

#79689F (or 0x79689F) is unknown color: approx Deluge. HEX triplet: 79, 68 and 9F. RGB value is (121,104,159). Sum of RGB (Red+Green+Blue) = 121+104+159=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #79689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79689F is #869760. Grayscale: #737373. Windows color (decimal): -8820577 or 10446969. OLE color: 10446969.

HSL color Cylindrical-coordinate representation of color #79689F: hue angle of 258.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79689F is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121104159-
CMYK0.240.3500.38
HSL258.55º22.27%51.57%-
HSV(B)258.55º34.59%62.35%-
XYZ19.0916.4734.97-
YUV115.35152.63132.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.51%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=31.51%
G=27.08%
B=41.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211041590.240.3500.38258.5522.2751.57
Hex79689F18230261031634
Octal17115023730430464032664
Binary111100111010001001111111000100011010011010000001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79689F; }

 p { color: rgb(121,104,159); }

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

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

 a { background-color: rgb(121,104,159); }

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

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

 span { border-color: rgb(121,104,159); }

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