Html Css Color HEX #717A93 Storm Grey

📋 copy color: '#717A93'

red 113 ◦ green 122 ◦ blue 147

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

Shades of Storm Grey #717A93

Tints of Storm Grey #717A93

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 29.58%
G = 31.94%
B = 38.48%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717A93 (or 0x717A93) is known color: Storm Grey. HEX triplet: 71, 7A and 93. RGB value is (113,122,147). Sum of RGB (Red+Green+Blue) = 113+122+147=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #717A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A93 is #8E856C. Grayscale: #7A7A7A. Windows color (decimal): -9340269 or 9665137. OLE color: 9665137.

HSL color Cylindrical-coordinate representation of color #717A93: hue angle of 224.12º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717A93 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 122 147 -
CMYK 0.23 0.17 0 0.42
HSL 224.12º 0.14% 0.51% -
HSV(B) 224.12º 0.23% 0.58% -
XYZ 19.04 19.54 30.37 -
YUV 122.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 113 122 147 0.23 0.17 0 0.42 224.12 0.14 0.51
Hex 71 7A 93 17 11 0 2A E0 E 33
Octal 161 172 223 27 21 0 52 340 16 63
Binary 1110001 1111010 10010011 10111 10001 0 101010 11100000 1110 110011

Color Harmonies of #717A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A93

Black with #717A93

Text Example


Text Example

White with #717A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717A93; }

 p { color: rgb(113,122,147); }

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

background-color css

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

 a { background-color: rgb(113,122,147); }

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

border-color css

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

 span { border-color: rgb(113,122,147); }

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