#79659A

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

Shades of Deluge #79659A

Tints of Deluge #79659A

Color information

#79659A (or 0x79659A) is unknown color: approx Deluge. HEX triplet: 79, 65 and 9A. RGB value is (121,101,154). Sum of RGB (Red+Green+Blue) = 121+101+154=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #79659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79659A is #869A65. Grayscale: #707070. Windows color (decimal): -8821350 or 10118521. OLE color: 10118521.

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

Color convert

RGB121101154-
CMYK0.210.3400.40
HSL262.64º20.78%50%-
HSV(B)262.64º34.42%60.39%-
XYZ18.3715.7132.64-
YUV113.02151.13133.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.18%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=32.18%
G=26.86%
B=40.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211011540.210.3400.40262.6420.7850
Hex79659A15220281071532
Octal17114523225420504072562
Binary111100111001011001101010101100010010100010000011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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