#79739F

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

Shades of Deluge #79739F

Tints of Deluge #79739F

Color information

#79739F (or 0x79739F) is unknown color: approx Deluge. HEX triplet: 79, 73 and 9F. RGB value is (121,115,159). Sum of RGB (Red+Green+Blue) = 121+115+159=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #79739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79739F is #868C60. Grayscale: #797979. Windows color (decimal): -8817761 or 10449785. OLE color: 10449785.

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

Color convert

RGB121115159-
CMYK0.240.2800.38
HSL248.18º18.64%53.73%-
HSV(B)248.18º27.67%62.35%-
XYZ20.2718.8335.37-
YUV121.81148.99127.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=30.63%
G=29.11%
B=40.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211151590.240.2800.38248.1818.6453.73
Hex79739F181C026f81336
Octal17116323730340463702366
Binary1111001111001110011111110001110001001101111100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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