#79749D

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

Shades of Deluge #79749D

Tints of Deluge #79749D

Color information

#79749D (or 0x79749D) is unknown color: approx Deluge. HEX triplet: 79, 74 and 9D. RGB value is (121,116,157). Sum of RGB (Red+Green+Blue) = 121+116+157=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #79749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79749D is #868B62. Grayscale: #7A7A7A. Windows color (decimal): -8817507 or 10318969. OLE color: 10318969.

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

Color convert

RGB121116157-
CMYK0.230.2600.38
HSL247.32º17.3%53.53%-
HSV(B)247.32º26.11%61.57%-
XYZ20.2218.9934.5-
YUV122.17147.66127.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=30.71%
G=29.44%
B=39.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211161570.230.2600.38247.3217.353.53
Hex79749D171A026f71136
Octal17116423527320463672166
Binary1111001111010010011101101111101001001101111011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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