Html Css Color HEX #717895 Storm Grey

📋 copy color: '#717895'

red 113 ◦ green 120 ◦ blue 149

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

Shades of Storm Grey #717895

Tints of Storm Grey #717895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 29.58%
G = 31.41%
B = 39.01%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717895 (or 0x717895) is known color: Storm Grey. HEX triplet: 71, 78 and 95. RGB value is (113,120,149). Sum of RGB (Red+Green+Blue) = 113+120+149=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #717895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717895 is #8E876A. Grayscale: #797979. Windows color (decimal): -9340779 or 9795697. OLE color: 9795697.

HSL color Cylindrical-coordinate representation of color #717895: hue angle of 228.33º degrees, saturation: 0.15, 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 #717895 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 120 149 -
CMYK 0.24 0.19 0 0.42
HSL 228.33º 0.15% 0.51% -
HSV(B) 228.33º 0.24% 0.58% -
XYZ 18.95 19.11 31.12 -
YUV 121.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 113 120 149 0.24 0.19 0 0.42 228.33 0.15 0.51
Hex 71 78 95 18 13 0 2A E4 F 33
Octal 161 170 225 30 23 0 52 344 17 63
Binary 1110001 1111000 10010101 11000 10011 0 101010 11100100 1111 110011

Color Harmonies of #717895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717895

Black with #717895

Text Example


Text Example

White with #717895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717895; }

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

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

background-color css

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

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

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

border-color css

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

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

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