#796495

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

Shades of Deluge #796495

Tints of Deluge #796495

Color information

#796495 (or 0x796495) is unknown color: approx Deluge. HEX triplet: 79, 64 and 95. RGB value is (121,100,149). Sum of RGB (Red+Green+Blue) = 121+100+149=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #796495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796495 is #869B6A. Grayscale: #6F6F6F. Windows color (decimal): -8821611 or 9790585. OLE color: 9790585.

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

Color convert

RGB121100149-
CMYK0.190.3300.42
HSL265.71º19.68%48.82%-
HSV(B)265.71º32.89%58.43%-
XYZ17.8715.3530.45-
YUV111.86148.96134.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.70%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=32.70%
G=27.03%
B=40.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211001490.190.3300.42265.7119.6848.82
Hex796495132102A10a1431
Octal17114422523410524122461
Binary111100111001001001010110011100001010101010000101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796495; }

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

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

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

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

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

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

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

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