#717486

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

Shades of Storm Grey #717486

Tints of Storm Grey #717486

Color information

#717486 (or 0x717486) is unknown color: approx Storm Grey. HEX triplet: 71, 74 and 86. RGB value is (113,116,134). Sum of RGB (Red+Green+Blue) = 113+116+134=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #717486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717486 is #8E8B79. Grayscale: #757575. Windows color (decimal): -9341818 or 8811633. OLE color: 8811633.

HSL color Cylindrical-coordinate representation of color #717486: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #717486 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113116134-
CMYK0.160.1300.47
HSL231.43º8.5%48.43%-
HSV(B)231.43º15.67%52.55%-
XYZ17.3617.7225.06-
YUV117.15137.51125.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=31.13%
G=31.96%
B=36.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131161340.160.1300.47231.438.548.43
Hex71748610D02Fe7930
Octal16116420620150573471160
Binary11100011110100100001101000011010101111111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717486; }

 p { color: rgb(113,116,134); }

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

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

 a { background-color: rgb(113,116,134); }

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

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

 span { border-color: rgb(113,116,134); }

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