#79759C

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

Shades of Deluge #79759C

Tints of Deluge #79759C

Color information

#79759C (or 0x79759C) is unknown color: approx Deluge. HEX triplet: 79, 75 and 9C. RGB value is (121,117,156). Sum of RGB (Red+Green+Blue) = 121+117+156=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #79759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79759C is #868A63. Grayscale: #7A7A7A. Windows color (decimal): -8817252 or 10253689. OLE color: 10253689.

HSL color Cylindrical-coordinate representation of color #79759C: hue angle of 246.15º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79759C is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121117156-
CMYK0.220.2500.39
HSL246.15º16.46%53.53%-
HSV(B)246.15º25%61.18%-
XYZ20.2519.1934.09-
YUV122.64146.83126.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=30.71%
G=29.70%
B=39.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211171560.220.2500.39246.1516.4653.53
Hex79759C1619027f61036
Octal17116523426310473662066
Binary1111001111010110011100101101100101001111111011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79759C; }

 p { color: rgb(121,117,156); }

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

<style>
 a { background-color: #79759C; }

 a { background-color: rgb(121,117,156); }

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

<style>
 span { border-color: #79759C; }

 span { border-color: rgb(121,117,156); }

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