#796DAD

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

Shades of Deluge #796DAD

Tints of Deluge #796DAD

Color information

#796DAD (or 0x796DAD) is unknown color: approx Deluge. HEX triplet: 79, 6D and AD. RGB value is (121,109,173). Sum of RGB (Red+Green+Blue) = 121+109+173=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #796DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DAD is #869252. Grayscale: #777777. Windows color (decimal): -8819283 or 11365753. OLE color: 11365753.

HSL color Cylindrical-coordinate representation of color #796DAD: hue angle of 251.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #796DAD is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121109173-
CMYK0.300.3700.32
HSL251.25º28.07%55.29%-
HSV(B)251.25º36.99%67.84%-
XYZ20.918.0241.91-
YUV119.88157.98128.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.02%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=30.02%
G=27.05%
B=42.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211091730.300.3700.32251.2528.0755.29
Hex796DAD1E25020fb1c37
Octal17115525536450403733467
Binary11110011101101101011011111010010101000001111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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