Html Css Color HEX #717485 Storm Grey

📋 copy color: '#717485'

red 113 ◦ green 116 ◦ blue 133

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

Shades of Storm Grey #717485

Tints of Storm Grey #717485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 31.22%
G = 32.04%
B = 36.74%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#717485 (or 0x717485) is known color: Storm Grey. HEX triplet: 71, 74 and 85. RGB value is (113,116,133). Sum of RGB (Red+Green+Blue) = 113+116+133=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #717485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717485 is #8E8B7A. Grayscale: #747474. Windows color (decimal): -9341819 or 8746097. OLE color: 8746097.

HSL color Cylindrical-coordinate representation of color #717485: hue angle of 231º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717485 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 116 133 -
CMYK 0.15 0.13 0 0.48
HSL 231º 0.08% 0.48% -
HSV(B) 231º 0.15% 0.52% -
XYZ 17.29 17.69 24.69 -
YUV 117.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 113 116 133 0.15 0.13 0 0.48 231 0.08 0.48
Hex 71 74 85 F D 0 30 E7 8 30
Octal 161 164 205 17 15 0 60 347 10 60
Binary 1110001 1110100 10000101 1111 1101 0 110000 11100111 1000 110000

Color Harmonies of #717485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717485

Black with #717485

Text Example


Text Example

White with #717485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717485; }

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

 H1.HeaderClassName
 {
   color: #717485;
 }
 .AnyTagClassName
 {
   color: #717485;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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