#717286

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

Shades of Storm Grey #717286

Tints of Storm Grey #717286

Color information

#717286 (or 0x717286) is unknown color: approx Storm Grey. HEX triplet: 71, 72 and 86. RGB value is (113,114,134). Sum of RGB (Red+Green+Blue) = 113+114+134=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 134 - color contains mainly: blue. Hex color #717286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717286 is #8E8D79. Grayscale: #737373. Windows color (decimal): -9342330 or 8811121. OLE color: 8811121.

HSL color Cylindrical-coordinate representation of color #717286: hue angle of 237.14º 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 #717286 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113114134-
CMYK0.160.1500.47
HSL237.14º8.5%48.43%-
HSV(B)237.14º15.67%52.55%-
XYZ17.1317.2724.98-
YUV115.98138.17125.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=31.30%
G=31.58%
B=37.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131141340.160.1500.47237.148.548.43
Hex71728610F02Fed930
Octal16116220620170573551160
Binary11100011110010100001101000011110101111111011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717286; }

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

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

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

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

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

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

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

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