#796E9D

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

Shades of Deluge #796E9D

Tints of Deluge #796E9D

Color information

#796E9D (or 0x796E9D) is unknown color: approx Deluge. HEX triplet: 79, 6E and 9D. RGB value is (121,110,157). Sum of RGB (Red+Green+Blue) = 121+110+157=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #796E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E9D is #869162. Grayscale: #767676. Windows color (decimal): -8819043 or 10317433. OLE color: 10317433.

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

Color convert

RGB121110157-
CMYK0.230.3000.38
HSL254.04º19.34%52.35%-
HSV(B)254.04º29.94%61.57%-
XYZ19.5517.6534.28-
YUV118.65149.64129.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=31.19%
G=28.35%
B=40.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211101570.230.3000.38254.0419.3452.35
Hex796E9D171E026fe1334
Octal17115623527360463762364
Binary1111001110111010011101101111111001001101111111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,110,157); }

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

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

 a { background-color: rgb(121,110,157); }

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

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

 span { border-color: rgb(121,110,157); }

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