Html Css Color HEX #797E93 Storm Grey

📋 copy color: '#797E93'

red 121 ◦ green 126 ◦ blue 147

#797E93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #797E93

Tints of Storm Grey #797E93

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 value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#797E93 (or 0x797E93) is known color: 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

RGB 121 126 147 -
CMYK 0.18 0.14 0 0.42
HSL 228.46º 0.11% 0.53% -
HSV(B) 228.46º 0.18% 0.58% -
XYZ 20.61 21.09 30.59 -
YUV 126.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 121 126 147 0.18 0.14 0 0.42 228.46 0.11 0.53
Hex 79 7E 93 12 E 0 2A E4 B 35
Octal 171 176 223 22 16 0 52 344 13 65
Binary 1111001 1111110 10010011 10010 1110 0 101010 11100100 1011 110101

Color Harmonies of #797E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797E93

Black with #797E93

Text Example


Text Example

White with #797E93

Text Example


Text Example

HTML Codes & Css Web 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>