#796AAA

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

Shades of Deluge #796AAA

Tints of Deluge #796AAA

Color information

#796AAA (or 0x796AAA) is unknown color: approx Deluge. HEX triplet: 79, 6A and AA. RGB value is (121,106,170). Sum of RGB (Red+Green+Blue) = 121+106+170=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #796AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796AAA is #869555. Grayscale: #757575. Windows color (decimal): -8820054 or 11168377. OLE color: 11168377.

HSL color Cylindrical-coordinate representation of color #796AAA: hue angle of 254.06º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #796AAA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121106170-
CMYK0.290.3800.33
HSL254.06º27.35%54.12%-
HSV(B)254.06º37.65%66.67%-
XYZ20.2917.2840.3-
YUV117.78157.47130.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=30.48%
G=26.70%
B=42.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211061700.290.3800.33254.0627.3554.12
Hex796AAA1D26021fe1b36
Octal17115225235460413763366
Binary11110011101010101010101110110011001000011111111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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