#79669A

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

Shades of Deluge #79669A

Tints of Deluge #79669A

Color information

#79669A (or 0x79669A) is unknown color: approx Deluge. HEX triplet: 79, 66 and 9A. RGB value is (121,102,154). Sum of RGB (Red+Green+Blue) = 121+102+154=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #79669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79669A is #869965. Grayscale: #717171. Windows color (decimal): -8821094 or 10118777. OLE color: 10118777.

HSL color Cylindrical-coordinate representation of color #79669A: hue angle of 261.92º degrees, saturation: 0.2, 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 #79669A is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121102154-
CMYK0.210.3400.40
HSL261.92º20.47%50.2%-
HSV(B)261.92º33.77%60.39%-
XYZ18.4715.932.67-
YUV113.61150.79133.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=32.10%
G=27.06%
B=40.85%

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
Decimal1211021540.210.3400.40261.9220.4750.2
Hex79669A15220281061432
Octal17114623225420504062462
Binary111100111001101001101010101100010010100010000011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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