#796D9B

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

Shades of Deluge #796D9B

Tints of Deluge #796D9B

Color information

#796D9B (or 0x796D9B) is unknown color: approx Deluge. HEX triplet: 79, 6D and 9B. RGB value is (121,109,155). Sum of RGB (Red+Green+Blue) = 121+109+155=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #796D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796D9B is #869264. Grayscale: #757575. Windows color (decimal): -8819301 or 10186105. OLE color: 10186105.

HSL color Cylindrical-coordinate representation of color #796D9B: hue angle of 255.65º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796D9B is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121109155-
CMYK0.220.3000.39
HSL255.65º18.7%51.76%-
HSV(B)255.65º29.68%60.78%-
XYZ19.2717.3733.35-
YUV117.83148.98130.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 109 (42.97% from 255) = 28.31%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=31.43%
G=28.31%
B=40.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211091550.220.3000.39255.6518.751.76
Hex796D9B161E0271001334
Octal17115523326360474002364
Binary11110011101101100110111011011110010011110000000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,109,155); }

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

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

 a { background-color: rgb(121,109,155); }

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

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

 span { border-color: rgb(121,109,155); }

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