#717391

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

Shades of Storm Grey #717391

Tints of Storm Grey #717391

Color information

#717391 (or 0x717391) is unknown color: approx Storm Grey. HEX triplet: 71, 73 and 91. RGB value is (113,115,145). Sum of RGB (Red+Green+Blue) = 113+115+145=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #717391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717391 is #8E8C6E. Grayscale: #757575. Windows color (decimal): -9342063 or 9532273. OLE color: 9532273.

HSL color Cylindrical-coordinate representation of color #717391: hue angle of 236.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #717391 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113115145-
CMYK0.220.2100.43
HSL236.25º12.7%50.59%-
HSV(B)236.25º22.07%56.86%-
XYZ18.0517.8229.28-
YUV117.82143.34124.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 145 (57.03% from 255) = 38.87%
R=30.29%
G=30.83%
B=38.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131151450.220.2100.43236.2512.750.59
Hex717391161502Becd33
Octal16116322126250533541563
Binary111000111100111001000110110101010101011111011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717391; }

 p { color: rgb(113,115,145); }

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

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

 a { background-color: rgb(113,115,145); }

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

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

 span { border-color: rgb(113,115,145); }

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