Html Css Color HEX #717993 Storm Grey

📋 copy color: '#717993'

red 113 ◦ green 121 ◦ blue 147

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

Shades of Storm Grey #717993

Tints of Storm Grey #717993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

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

R = 29.66%
G = 31.76%
B = 38.58%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717993 (or 0x717993) is known color: Storm Grey. HEX triplet: 71, 79 and 93. RGB value is (113,121,147). Sum of RGB (Red+Green+Blue) = 113+121+147=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #717993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717993 is #8E866C. Grayscale: #797979. Windows color (decimal): -9340525 or 9664881. OLE color: 9664881.

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

Color convert

RGB 113 121 147 -
CMYK 0.23 0.18 0 0.42
HSL 225.88º 0.14% 0.51% -
HSV(B) 225.88º 0.23% 0.58% -
XYZ 18.91 19.29 30.33 -
YUV 121.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 113 121 147 0.23 0.18 0 0.42 225.88 0.14 0.51
Hex 71 79 93 17 12 0 2A E2 E 33
Octal 161 171 223 27 22 0 52 342 16 63
Binary 1110001 1111001 10010011 10111 10010 0 101010 11100010 1110 110011

Color Harmonies of #717993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717993

Black with #717993

Text Example


Text Example

White with #717993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717993; }

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

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

background-color css

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

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

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

border-color css

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

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

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