#717997

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

Shades of Storm Grey #717997

Tints of Storm Grey #717997

Color information

#717997 (or 0x717997) is unknown color: approx Storm Grey. HEX triplet: 71, 79 and 97. RGB value is (113,121,151). Sum of RGB (Red+Green+Blue) = 113+121+151=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #717997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717997 is #8E8668. Grayscale: #797979. Windows color (decimal): -9340521 or 9927025. OLE color: 9927025.

HSL color Cylindrical-coordinate representation of color #717997: hue angle of 227.37º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717997 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113121151-
CMYK0.250.2000.41
HSL227.37º15.45%51.76%-
HSV(B)227.37º25.17%59.22%-
XYZ19.2319.4232.01-
YUV122.03144.35121.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=29.35%
G=31.43%
B=39.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131211510.250.2000.41227.3715.4551.76
Hex7179971914029e3f34
Octal16117122731240513431764
Binary111000111110011001011111001101000101001111000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717997; }

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

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

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

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

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

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

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

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