Html Css Color HEX #717286 Storm Grey

📋 copy color: '#717286'

red 113 ◦ green 114 ◦ blue 134

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

Shades of Storm Grey #717286

Tints of Storm Grey #717286

RGB

 RED value IS 113 (44.53% from 255) = 31.3%

 GREEN value IS 114 (44.92% from 255) = 31.58%

 BLUE value IS 134 (52.73% from 255) = 37.12%

R = 31.3%
G = 31.58%
B = 37.12%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#717286 (or 0x717286) is known color: 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

RGB 113 114 134 -
CMYK 0.16 0.15 0 0.47
HSL 237.14º 0.09% 0.48% -
HSV(B) 237.14º 0.16% 0.53% -
XYZ 17.13 17.27 24.98 -
YUV 115.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 113 114 134 0.16 0.15 0 0.47 237.14 0.09 0.48
Hex 71 72 86 10 F 0 2F ED 9 30
Octal 161 162 206 20 17 0 57 355 11 60
Binary 1110001 1110010 10000110 10000 1111 0 101111 11101101 1001 110000

Color Harmonies of #717286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717286

Black with #717286

Text Example


Text Example

White with #717286

Text Example


Text Example

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