#796895

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

Shades of Deluge #796895

Tints of Deluge #796895

Color information

#796895 (or 0x796895) is unknown color: approx Deluge. HEX triplet: 79, 68 and 95. RGB value is (121,104,149). Sum of RGB (Red+Green+Blue) = 121+104+149=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #796895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796895 is #86976A. Grayscale: #727272. Windows color (decimal): -8820587 or 9791609. OLE color: 9791609.

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

Color convert

RGB121104149-
CMYK0.190.3000.42
HSL262.67º17.79%49.61%-
HSV(B)262.67º30.2%58.43%-
XYZ18.2616.1430.59-
YUV114.21147.63132.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=32.35%
G=27.81%
B=39.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211041490.190.3000.42262.6717.7949.61
Hex796895131E02A1071232
Octal17115022523360524072262
Binary11110011101000100101011001111110010101010000011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796895; }

 p { color: rgb(121,104,149); }

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

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

 a { background-color: rgb(121,104,149); }

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

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

 span { border-color: rgb(121,104,149); }

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