#797195

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

Shades of Deluge #797195

Tints of Deluge #797195

Color information

#797195 (or 0x797195) is unknown color: approx Deluge. HEX triplet: 79, 71 and 95. RGB value is (121,113,149). Sum of RGB (Red+Green+Blue) = 121+113+149=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #797195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797195 is #868E6A. Grayscale: #777777. Windows color (decimal): -8818283 or 9793913. OLE color: 9793913.

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

Color convert

RGB121113149-
CMYK0.190.2400.42
HSL253.33º14.52%51.37%-
HSV(B)253.33º24.16%58.43%-
XYZ19.2218.0530.9-
YUV119.5144.65129.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=31.59%
G=29.50%
B=38.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211131490.190.2400.42253.3314.5251.37
Hex797195131802Afdf33
Octal17116122523300523751763
Binary111100111100011001010110011110000101010111111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797195; }

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

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

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

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

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

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

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

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