#796B93

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

Shades of Deluge #796B93

Tints of Deluge #796B93

Color information

#796B93 (or 0x796B93) is unknown color: approx Deluge. HEX triplet: 79, 6B and 93. RGB value is (121,107,147). Sum of RGB (Red+Green+Blue) = 121+107+147=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #796B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796B93 is #86946C. Grayscale: #737373. Windows color (decimal): -8819821 or 9661305. OLE color: 9661305.

HSL color Cylindrical-coordinate representation of color #796B93: hue angle of 261º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #796B93 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121107147-
CMYK0.180.2700.42
HSL261º15.75%49.8%-
HSV(B)261º27.21%57.65%-
XYZ18.4116.6929.85-
YUV115.75145.64131.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=32.27%
G=28.53%
B=39.2%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211071470.180.2700.4226115.7549.8
Hex796B93121B02A1051032
Octal17115322322330524052062
Binary11110011101011100100111001011011010101010000010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,107,147); }

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

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

 a { background-color: rgb(121,107,147); }

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

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

 span { border-color: rgb(121,107,147); }

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