#796AAD

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

Shades of Deluge #796AAD

Tints of Deluge #796AAD

Color information

#796AAD (or 0x796AAD) is unknown color: approx Deluge. HEX triplet: 79, 6A and AD. RGB value is (121,106,173). Sum of RGB (Red+Green+Blue) = 121+106+173=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #796AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796AAD is #869552. Grayscale: #757575. Windows color (decimal): -8820051 or 11364985. OLE color: 11364985.

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

Color convert

RGB121106173-
CMYK0.300.3900.32
HSL253.43º29%54.71%-
HSV(B)253.43º38.73%67.84%-
XYZ20.5817.3941.81-
YUV118.12158.97130.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.25%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=30.25%
G=26.5%
B=43.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211061730.300.3900.32253.432954.71
Hex796AAD1E27020fd1d37
Octal17115225536470403753567
Binary11110011101010101011011111010011101000001111110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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