#797E93

Color #797E93 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #797E93

Tints of Storm Grey #797E93

Color information

#797E93 (or 0x797E93) is unknown color: approx Storm Grey. HEX triplet: 79, 7E and 93. RGB value is (121,126,147). Sum of RGB (Red+Green+Blue) = 121+126+147=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: blue. Hex color #797E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797E93 is #86816C. Grayscale: #7E7E7E. Windows color (decimal): -8814957 or 9666169. OLE color: 9666169.

HSL color Cylindrical-coordinate representation of color #797E93: hue angle of 228.46º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #797E93 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121126147-
CMYK0.180.1400.42
HSL228.46º10.74%52.55%-
HSV(B)228.46º17.69%57.65%-
XYZ20.6121.0930.59-
YUV126.9139.34123.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=30.71%
G=31.98%
B=37.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211261470.180.1400.42228.4610.7452.55
Hex797E9312E02Ae4b35
Octal17117622322160523441365
Binary11110011111110100100111001011100101010111001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797E93; }

 p { color: rgb(121,126,147); }

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

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

 a { background-color: rgb(121,126,147); }

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

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

 span { border-color: rgb(121,126,147); }

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