#796CA3

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

Shades of Deluge #796CA3

Tints of Deluge #796CA3

Color information

#796CA3 (or 0x796CA3) is unknown color: approx Deluge. HEX triplet: 79, 6C and A3. RGB value is (121,108,163). Sum of RGB (Red+Green+Blue) = 121+108+163=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 163 - color contains mainly: blue. Hex color #796CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796CA3 is #86935C. Grayscale: #757575. Windows color (decimal): -8819549 or 10710137. OLE color: 10710137.

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

Color convert

RGB121108163-
CMYK0.260.3400.36
HSL254.18º23.01%53.14%-
HSV(B)254.18º33.74%63.92%-
XYZ19.8617.4336.97-
YUV118.16153.31130.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.87%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 163 (64.06% from 255) = 41.58%
R=30.87%
G=27.55%
B=41.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211081630.260.3400.36254.1823.0153.14
Hex796CA31A22024fe1735
Octal17115424332420443762765
Binary11110011101100101000111101010001001001001111111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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