Html Css Color HEX #717694 Storm Grey

📋 copy color: '#717694'

red 113 ◦ green 118 ◦ blue 148

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

Shades of Storm Grey #717694

Tints of Storm Grey #717694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.05%

R = 29.82%
G = 31.13%
B = 39.05%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717694 (or 0x717694) is known color: Storm Grey. HEX triplet: 71, 76 and 94. RGB value is (113,118,148). Sum of RGB (Red+Green+Blue) = 113+118+148=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #717694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717694 is #8E896B. Grayscale: #777777. Windows color (decimal): -9341292 or 9729649. OLE color: 9729649.

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

Color convert

RGB 113 118 148 -
CMYK 0.24 0.20 0 0.42
HSL 231.43º 0.14% 0.51% -
HSV(B) 231.43º 0.24% 0.58% -
XYZ 18.63 18.61 30.63 -
YUV 119.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 113 118 148 0.24 0.20 0 0.42 231.43 0.14 0.51
Hex 71 76 94 18 14 0 2A E7 E 33
Octal 161 166 224 30 24 0 52 347 16 63
Binary 1110001 1110110 10010100 11000 10100 0 101010 11100111 1110 110011

Color Harmonies of #717694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717694

Black with #717694

Text Example


Text Example

White with #717694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717694; }

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

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

background-color css

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

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

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

border-color css

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

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

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