#796FAD

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

Shades of Deluge #796FAD

Tints of Deluge #796FAD

Color information

#796FAD (or 0x796FAD) is unknown color: approx Deluge. HEX triplet: 79, 6F and AD. RGB value is (121,111,173). Sum of RGB (Red+Green+Blue) = 121+111+173=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #796FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796FAD is #869052. Grayscale: #787878. Windows color (decimal): -8818771 or 11366265. OLE color: 11366265.

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

Color convert

RGB121111173-
CMYK0.300.3600.32
HSL249.68º27.43%55.69%-
HSV(B)249.68º35.84%67.84%-
XYZ21.1118.4541.98-
YUV121.06157.31127.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.88%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=29.88%
G=27.41%
B=42.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211111730.300.3600.32249.6827.4355.69
Hex796FAD1E24020fa1b38
Octal17115725536440403723370
Binary11110011101111101011011111010010001000001111101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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