Html Css Color HEX #717995 Storm Grey

📋 copy color: '#717995'

red 113 ◦ green 121 ◦ blue 149

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

Shades of Storm Grey #717995

Tints of Storm Grey #717995

RGB

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

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

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

R = 29.5%
G = 31.59%
B = 38.9%

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

#717995 (or 0x717995) is known color: Storm Grey. HEX triplet: 71, 79 and 95. RGB value is (113,121,149). Sum of RGB (Red+Green+Blue) = 113+121+149=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #717995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717995 is #8E866A. Grayscale: #797979. Windows color (decimal): -9340523 or 9795953. OLE color: 9795953.

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

Color convert

RGB 113 121 149 -
CMYK 0.24 0.19 0 0.42
HSL 226.67º 0.15% 0.51% -
HSV(B) 226.67º 0.24% 0.58% -
XYZ 19.07 19.36 31.16 -
YUV 121.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 113 121 149 0.24 0.19 0 0.42 226.67 0.15 0.51
Hex 71 79 95 18 13 0 2A E3 F 33
Octal 161 171 225 30 23 0 52 343 17 63
Binary 1110001 1111001 10010101 11000 10011 0 101010 11100011 1111 110011

Color Harmonies of #717995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717995

Black with #717995

Text Example


Text Example

White with #717995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717995; }

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

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

background-color css

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

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

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

border-color css

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

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

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