#796fa3

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

Shades of Deluge #796FA3

Tints of Deluge #796FA3

Color information

#796FA3 (or 0x796FA3) is unknown color: approx Deluge. HEX triplet: 79, 6F and A3. RGB value is (121,111,163). Sum of RGB (Red+Green+Blue) = 121+111+163=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 163 - color contains mainly: blue. Hex color #796FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796FA3 is #86905C. Grayscale: #777777. Windows color (decimal): -8818781 or 10710905. OLE color: 10710905.

HSL color Cylindrical-coordinate representation of color #796FA3: hue angle of 251.54º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #796FA3 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121111163-
CMYK0.260.3200.36
HSL251.54º22.03%53.73%-
HSV(B)251.54º31.9%63.92%-
XYZ20.1818.0837.08-
YUV119.92152.31128.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 163 (64.06% from 255) = 41.27%
R=30.63%
G=28.10%
B=41.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211111630.260.3200.36251.5422.0353.73
Hex796FA31A20024fc1636
Octal17115724332400443742666
Binary11110011101111101000111101010000001001001111110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796fa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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