#79679D

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

Shades of Deluge #79679D

Tints of Deluge #79679D

Color information

#79679D (or 0x79679D) is unknown color: approx Deluge. HEX triplet: 79, 67 and 9D. RGB value is (121,103,157). Sum of RGB (Red+Green+Blue) = 121+103+157=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #79679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79679D is #869862. Grayscale: #727272. Windows color (decimal): -8820835 or 10315641. OLE color: 10315641.

HSL color Cylindrical-coordinate representation of color #79679D: hue angle of 260º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79679D is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121103157-
CMYK0.230.3400.38
HSL260º21.6%50.98%-
HSV(B)260º34.39%61.57%-
XYZ18.8216.234.03-
YUV114.54151.96132.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=31.76%
G=27.03%
B=41.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211031570.230.3400.3826021.650.98
Hex79679D17220261041633
Octal17114723527420464042663
Binary111100111001111001110110111100010010011010000010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79679D; }

 p { color: rgb(121,103,157); }

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

<style>
 a { background-color: #79679D; }

 a { background-color: rgb(121,103,157); }

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

<style>
 span { border-color: #79679D; }

 span { border-color: rgb(121,103,157); }

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