Html Css Color HEX #717893 Storm Grey

📋 copy color: '#717893'

red 113 ◦ green 120 ◦ blue 147

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

Shades of Storm Grey #717893

Tints of Storm Grey #717893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.58%

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

R = 29.74%
G = 31.58%
B = 38.68%

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

#717893 (or 0x717893) is known color: Storm Grey. HEX triplet: 71, 78 and 93. RGB value is (113,120,147). Sum of RGB (Red+Green+Blue) = 113+120+147=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #717893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717893 is #8E876C. Grayscale: #787878. Windows color (decimal): -9340781 or 9664625. OLE color: 9664625.

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

Color convert

RGB 113 120 147 -
CMYK 0.23 0.18 0 0.42
HSL 227.65º 0.14% 0.51% -
HSV(B) 227.65º 0.23% 0.58% -
XYZ 18.79 19.05 30.29 -
YUV 120.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 113 120 147 0.23 0.18 0 0.42 227.65 0.14 0.51
Hex 71 78 93 17 12 0 2A E4 E 33
Octal 161 170 223 27 22 0 52 344 16 63
Binary 1110001 1111000 10010011 10111 10010 0 101010 11100100 1110 110011

Color Harmonies of #717893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717893

Black with #717893

Text Example


Text Example

White with #717893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717893; }

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

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

background-color css

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

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

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

border-color css

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

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

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