#796992

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

Shades of Deluge #796992

Tints of Deluge #796992

Color information

#796992 (or 0x796992) is unknown color: approx Deluge. HEX triplet: 79, 69 and 92. RGB value is (121,105,146). Sum of RGB (Red+Green+Blue) = 121+105+146=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #796992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796992 is #86966D. Grayscale: #727272. Windows color (decimal): -8820334 or 9595257. OLE color: 9595257.

HSL color Cylindrical-coordinate representation of color #796992: hue angle of 263.41º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #796992 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB121105146-
CMYK0.170.2800.43
HSL263.41º16.33%49.22%-
HSV(B)263.41º28.08%57.25%-
XYZ18.1316.2429.37-
YUV114.46145.8132.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.53%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=32.53%
G=28.23%
B=39.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211051460.170.2800.43263.4116.3349.22
Hex796992111C02B1071031
Octal17115122221340534072061
Binary11110011101001100100101000111100010101110000011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796992; }

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

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

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

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

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

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

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

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