Html Css Color HEX #717493 Storm Grey

📋 copy color: '#717493'

red 113 ◦ green 116 ◦ blue 147

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

Shades of Storm Grey #717493

Tints of Storm Grey #717493

RGB

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

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

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

R = 30.05%
G = 30.85%
B = 39.1%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717493 (or 0x717493) is known color: Storm Grey. HEX triplet: 71, 74 and 93. RGB value is (113,116,147). Sum of RGB (Red+Green+Blue) = 113+116+147=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #717493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717493 is #8E8B6C. Grayscale: #767676. Windows color (decimal): -9341805 or 9663601. OLE color: 9663601.

HSL color Cylindrical-coordinate representation of color #717493: hue angle of 234.71º 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 #717493 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 116 147 -
CMYK 0.23 0.21 0 0.42
HSL 234.71º 0.14% 0.51% -
HSV(B) 234.71º 0.23% 0.58% -
XYZ 18.32 18.11 30.13 -
YUV 118.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 113 116 147 0.23 0.21 0 0.42 234.71 0.14 0.51
Hex 71 74 93 17 15 0 2A EB E 33
Octal 161 164 223 27 25 0 52 353 16 63
Binary 1110001 1110100 10010011 10111 10101 0 101010 11101011 1110 110011

Color Harmonies of #717493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717493

Black with #717493

Text Example


Text Example

White with #717493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717493; }

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

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

background-color css

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

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

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

border-color css

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

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

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