#797098

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

Shades of Deluge #797098

Tints of Deluge #797098

Color information

#797098 (or 0x797098) is unknown color: approx Deluge. HEX triplet: 79, 70 and 98. RGB value is (121,112,152). Sum of RGB (Red+Green+Blue) = 121+112+152=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #797098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797098 is #868F67. Grayscale: #777777. Windows color (decimal): -8818536 or 9990265. OLE color: 9990265.

HSL color Cylindrical-coordinate representation of color #797098: hue angle of 253.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #797098 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121112152-
CMYK0.200.2600.40
HSL253.5º16.26%51.76%-
HSV(B)253.5º26.32%59.61%-
XYZ19.3517.9232.15-
YUV119.25146.48129.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=31.43%
G=29.09%
B=39.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211121520.200.2600.40253.516.2651.76
Hex797098141A028fe1034
Octal17116023024320503762064
Binary1111001111000010011000101001101001010001111111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797098; }

 p { color: rgb(121,112,152); }

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

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

 a { background-color: rgb(121,112,152); }

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

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

 span { border-color: rgb(121,112,152); }

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