#796DA4

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

Shades of Deluge #796DA4

Tints of Deluge #796DA4

Color information

#796DA4 (or 0x796DA4) is unknown color: approx Deluge. HEX triplet: 79, 6D and A4. RGB value is (121,109,164). Sum of RGB (Red+Green+Blue) = 121+109+164=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 164 - color contains mainly: blue. Hex color #796DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DA4 is #86925B. Grayscale: #767676. Windows color (decimal): -8819292 or 10775929. OLE color: 10775929.

HSL color Cylindrical-coordinate representation of color #796DA4: hue angle of 253.09º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #796DA4 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121109164-
CMYK0.260.3400.36
HSL253.09º23.21%53.53%-
HSV(B)253.09º33.54%64.31%-
XYZ20.0517.6837.48-
YUV118.86153.48129.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 164 (64.45% from 255) = 41.62%
R=30.71%
G=27.66%
B=41.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211091640.260.3400.36253.0923.2153.53
Hex796DA41A22024fd1736
Octal17115524432420443752766
Binary11110011101101101001001101010001001001001111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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