#796793

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

Shades of Deluge #796793

Tints of Deluge #796793

Color information

#796793 (or 0x796793) is unknown color: approx Deluge. HEX triplet: 79, 67 and 93. RGB value is (121,103,147). Sum of RGB (Red+Green+Blue) = 121+103+147=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #796793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796793 is #86986C. Grayscale: #717171. Windows color (decimal): -8820845 or 9660281. OLE color: 9660281.

HSL color Cylindrical-coordinate representation of color #796793: hue angle of 264.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796793 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121103147-
CMYK0.180.3000.42
HSL264.55º17.6%49.02%-
HSV(B)264.55º29.93%57.65%-
XYZ1815.8729.72-
YUV113.4146.96133.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.61%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=32.61%
G=27.76%
B=39.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211031470.180.3000.42264.5517.649.02
Hex796793121E02A1091231
Octal17114722322360524112261
Binary11110011100111100100111001011110010101010000100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796793; }

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

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

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

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

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

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

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

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