#79729E

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

Shades of Deluge #79729E

Tints of Deluge #79729E

Color information

#79729E (or 0x79729E) is unknown color: approx Deluge. HEX triplet: 79, 72 and 9E. RGB value is (121,114,158). Sum of RGB (Red+Green+Blue) = 121+114+158=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #79729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79729E is #868D61. Grayscale: #787878. Windows color (decimal): -8818018 or 10383993. OLE color: 10383993.

HSL color Cylindrical-coordinate representation of color #79729E: hue angle of 249.55º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79729E is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121114158-
CMYK0.230.2800.38
HSL249.55º18.49%53.33%-
HSV(B)249.55º27.85%61.96%-
XYZ20.0718.5734.87-
YUV121.11148.82127.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.79%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=30.79%
G=29.01%
B=40.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211141580.230.2800.38249.5518.4953.33
Hex79729E171C026fa1235
Octal17116223627340463722265
Binary1111001111001010011110101111110001001101111101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79729E; }

 p { color: rgb(121,114,158); }

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

<style>
 a { background-color: #79729E; }

 a { background-color: rgb(121,114,158); }

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

<style>
 span { border-color: #79729E; }

 span { border-color: rgb(121,114,158); }

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