#796da0

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

Shades of Deluge #796DA0

Tints of Deluge #796DA0

Color information

#796DA0 (or 0x796DA0) is unknown color: approx Deluge. HEX triplet: 79, 6D and A0. RGB value is (121,109,160). Sum of RGB (Red+Green+Blue) = 121+109+160=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 160 - color contains mainly: blue. Hex color #796DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DA0 is #86925F. Grayscale: #767676. Windows color (decimal): -8819296 or 10513785. OLE color: 10513785.

HSL color Cylindrical-coordinate representation of color #796DA0: hue angle of 254.12º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #796DA0 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB121109160-
CMYK0.240.3200.37
HSL254.12º21.16%52.75%-
HSV(B)254.12º31.87%62.75%-
XYZ19.717.5435.61-
YUV118.4151.48129.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 160 (62.89% from 255) = 41.03%
R=31.03%
G=27.95%
B=41.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1211091600.240.3200.37254.1221.1652.75
Hex796DA01820025fe1535
Octal17115524030400453762565
Binary11110011101101101000001100010000001001011111111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796da0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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