#796994

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

Shades of Deluge #796994

Tints of Deluge #796994

Color information

#796994 (or 0x796994) is unknown color: approx Deluge. HEX triplet: 79, 69 and 94. RGB value is (121,105,148). Sum of RGB (Red+Green+Blue) = 121+105+148=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #796994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796994 is #86966B. Grayscale: #727272. Windows color (decimal): -8820332 or 9726329. OLE color: 9726329.

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

Color convert

RGB121105148-
CMYK0.180.2900.42
HSL262.33º17%49.61%-
HSV(B)262.33º29.05%58.04%-
XYZ18.2816.3130.2-
YUV114.69146.8132.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 148 (58.20% from 255) = 39.57%
R=32.35%
G=28.07%
B=39.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211051480.180.2900.42262.331749.61
Hex796994121D02A1061132
Octal17115122422350524062162
Binary11110011101001100101001001011101010101010000011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796994; }

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

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

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

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

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

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

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

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