#796694

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

Shades of Deluge #796694

Tints of Deluge #796694

Color information

#796694 (or 0x796694) is unknown color: approx Deluge. HEX triplet: 79, 66 and 94. RGB value is (121,102,148). Sum of RGB (Red+Green+Blue) = 121+102+148=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #796694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796694 is #86996B. Grayscale: #707070. Windows color (decimal): -8821100 or 9725561. OLE color: 9725561.

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

Color convert

RGB121102148-
CMYK0.180.3100.42
HSL264.78º18.4%49.02%-
HSV(B)264.78º31.08%58.04%-
XYZ17.9815.7130.1-
YUV112.92147.79133.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.61%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=32.61%
G=27.49%
B=39.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211021480.180.3100.42264.7818.449.02
Hex796694121F02A1091231
Octal17114622422370524112261
Binary11110011100110100101001001011111010101010000100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796694; }

 p { color: rgb(121,102,148); }

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

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

 a { background-color: rgb(121,102,148); }

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

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

 span { border-color: rgb(121,102,148); }

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