#796FA8

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

Shades of Deluge #796FA8

Tints of Deluge #796FA8

Color information

#796FA8 (or 0x796FA8) is unknown color: approx Deluge. HEX triplet: 79, 6F and A8. RGB value is (121,111,168). Sum of RGB (Red+Green+Blue) = 121+111+168=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 168 - color contains mainly: blue. Hex color #796FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796FA8 is #869057. Grayscale: #787878. Windows color (decimal): -8818776 or 11038585. OLE color: 11038585.

HSL color Cylindrical-coordinate representation of color #796FA8: hue angle of 250.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #796FA8 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB121111168-
CMYK0.280.3400.34
HSL250.53º24.68%54.71%-
HSV(B)250.53º33.93%65.88%-
XYZ20.6418.2639.48-
YUV120.49154.81128.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.25%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 168 (66.02% from 255) = 42%
R=30.25%
G=27.75%
B=42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1211111680.280.3400.34250.5324.6854.71
Hex796FA81C22022fb1937
Octal17115725034420423733167
Binary11110011101111101010001110010001001000101111101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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