#79699B

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

Shades of Deluge #79699B

Tints of Deluge #79699B

Color information

#79699B (or 0x79699B) is unknown color: approx Deluge. HEX triplet: 79, 69 and 9B. RGB value is (121,105,155). Sum of RGB (Red+Green+Blue) = 121+105+155=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #79699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79699B is #869664. Grayscale: #737373. Windows color (decimal): -8820325 or 10185081. OLE color: 10185081.

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

Color convert

RGB121105155-
CMYK0.220.3200.39
HSL259.2º20%50.98%-
HSV(B)259.2º32.26%60.78%-
XYZ18.8516.5333.21-
YUV115.48150.3131.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=31.76%
G=27.56%
B=40.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211051550.220.3200.39259.22050.98
Hex79699B16200271031433
Octal17115123326400474032463
Binary111100111010011001101110110100000010011110000001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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