#79669B

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

Shades of Deluge #79669B

Tints of Deluge #79669B

Color information

#79669B (or 0x79669B) is unknown color: approx Deluge. HEX triplet: 79, 66 and 9B. RGB value is (121,102,155). Sum of RGB (Red+Green+Blue) = 121+102+155=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #79669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79669B is #869964. Grayscale: #717171. Windows color (decimal): -8821093 or 10184313. OLE color: 10184313.

HSL color Cylindrical-coordinate representation of color #79669B: hue angle of 261.51º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79669B is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121102155-
CMYK0.220.3400.39
HSL261.51º20.95%50.39%-
HSV(B)261.51º34.19%60.78%-
XYZ18.5515.9333.11-
YUV113.72151.29133.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=32.01%
G=26.98%
B=41.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211021550.220.3400.39261.5120.9550.39
Hex79669B16220271061532
Octal17114623326420474062562
Binary111100111001101001101110110100010010011110000011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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