#796D93

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

Shades of Deluge #796D93

Tints of Deluge #796D93

Color information

#796D93 (or 0x796D93) is unknown color: approx Deluge. HEX triplet: 79, 6D and 93. RGB value is (121,109,147). Sum of RGB (Red+Green+Blue) = 121+109+147=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #796D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796D93 is #86926C. Grayscale: #747474. Windows color (decimal): -8819309 or 9661817. OLE color: 9661817.

HSL color Cylindrical-coordinate representation of color #796D93: hue angle of 258.95º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #796D93 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121109147-
CMYK0.180.2600.42
HSL258.95º14.96%50.2%-
HSV(B)258.95º25.85%57.65%-
XYZ18.6217.1129.92-
YUV116.92144.98130.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=32.10%
G=28.91%
B=38.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211091470.180.2600.42258.9514.9650.2
Hex796D93121A02A103f32
Octal17115522322320524031762
Binary1111001110110110010011100101101001010101000000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796D93; }

 p { color: rgb(121,109,147); }

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

<style>
 a { background-color: #796D93; }

 a { background-color: rgb(121,109,147); }

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

<style>
 span { border-color: #796D93; }

 span { border-color: rgb(121,109,147); }

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