#796997

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

Shades of Deluge #796997

Tints of Deluge #796997

Color information

#796997 (or 0x796997) is unknown color: approx Deluge. HEX triplet: 79, 69 and 97. RGB value is (121,105,151). Sum of RGB (Red+Green+Blue) = 121+105+151=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #796997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796997 is #869668. Grayscale: #727272. Windows color (decimal): -8820329 or 9922937. OLE color: 9922937.

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

Color convert

RGB121105151-
CMYK0.200.3000.41
HSL260.87º18.11%50.2%-
HSV(B)260.87º30.46%59.22%-
XYZ18.5216.431.47-
YUV115.03148.3132.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=32.10%
G=27.85%
B=40.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211051510.200.3000.41260.8718.1150.2
Hex796997141E0291051232
Octal17115122724360514052262
Binary11110011101001100101111010011110010100110000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796997; }

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

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

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

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

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

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

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

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