Html Css Color HEX #717693 Storm Grey

📋 copy color: '#717693'

red 113 ◦ green 118 ◦ blue 147

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

Shades of Storm Grey #717693

Tints of Storm Grey #717693

RGB

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

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

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

R = 29.89%
G = 31.22%
B = 38.89%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#717693 (or 0x717693) is known color: Storm Grey. HEX triplet: 71, 76 and 93. RGB value is (113,118,147). Sum of RGB (Red+Green+Blue) = 113+118+147=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #717693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717693 is #8E896C. Grayscale: #777777. Windows color (decimal): -9341293 or 9664113. OLE color: 9664113.

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

Color convert

RGB 113 118 147 -
CMYK 0.23 0.20 0 0.42
HSL 231.18º 0.14% 0.51% -
HSV(B) 231.18º 0.23% 0.58% -
XYZ 18.55 18.57 30.21 -
YUV 119.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 113 118 147 0.23 0.20 0 0.42 231.18 0.14 0.51
Hex 71 76 93 17 14 0 2A E7 E 33
Octal 161 166 223 27 24 0 52 347 16 63
Binary 1110001 1110110 10010011 10111 10100 0 101010 11100111 1110 110011

Color Harmonies of #717693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717693

Black with #717693

Text Example


Text Example

White with #717693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717693; }

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

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

background-color css

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

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

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

border-color css

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

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

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