Html Css Color HEX #717A94 Storm Grey

📋 copy color: '#717A94'

red 113 ◦ green 122 ◦ blue 148

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

Shades of Storm Grey #717A94

Tints of Storm Grey #717A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 29.5%
G = 31.85%
B = 38.64%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717A94 (or 0x717A94) is known color: Storm Grey. HEX triplet: 71, 7A and 94. RGB value is (113,122,148). Sum of RGB (Red+Green+Blue) = 113+122+148=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #717A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A94 is #8E856B. Grayscale: #7A7A7A. Windows color (decimal): -9340268 or 9730673. OLE color: 9730673.

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

Color convert

RGB 113 122 148 -
CMYK 0.24 0.18 0 0.42
HSL 224.57º 0.14% 0.51% -
HSV(B) 224.57º 0.24% 0.58% -
XYZ 19.11 19.57 30.79 -
YUV 122.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 113 122 148 0.24 0.18 0 0.42 224.57 0.14 0.51
Hex 71 7A 94 18 12 0 2A E1 E 33
Octal 161 172 224 30 22 0 52 341 16 63
Binary 1110001 1111010 10010100 11000 10010 0 101010 11100001 1110 110011

Color Harmonies of #717A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A94

Black with #717A94

Text Example


Text Example

White with #717A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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