Html Css Color HEX #717695 Storm Grey

📋 copy color: '#717695'

red 113 ◦ green 118 ◦ blue 149

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

Shades of Storm Grey #717695

Tints of Storm Grey #717695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.05%

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

R = 29.74%
G = 31.05%
B = 39.21%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717695 (or 0x717695) is known color: Storm Grey. HEX triplet: 71, 76 and 95. RGB value is (113,118,149). Sum of RGB (Red+Green+Blue) = 113+118+149=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #717695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717695 is #8E896A. Grayscale: #777777. Windows color (decimal): -9341291 or 9795185. OLE color: 9795185.

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

Color convert

RGB 113 118 149 -
CMYK 0.24 0.21 0 0.42
HSL 231.67º 0.15% 0.51% -
HSV(B) 231.67º 0.24% 0.58% -
XYZ 18.71 18.64 31.04 -
YUV 120.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 113 118 149 0.24 0.21 0 0.42 231.67 0.15 0.51
Hex 71 76 95 18 15 0 2A E8 F 33
Octal 161 166 225 30 25 0 52 350 17 63
Binary 1110001 1110110 10010101 11000 10101 0 101010 11101000 1111 110011

Color Harmonies of #717695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717695

Black with #717695

Text Example


Text Example

White with #717695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717695; }

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

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

background-color css

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

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

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

border-color css

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

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

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