Html Css Color HEX #717491 Storm Grey

📋 copy color: '#717491'

red 113 ◦ green 116 ◦ blue 145

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

Shades of Storm Grey #717491

Tints of Storm Grey #717491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 30.21%
G = 31.02%
B = 38.77%

CMYK

 C value IS 0.22

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#717491 (or 0x717491) is known color: Storm Grey. HEX triplet: 71, 74 and 91. RGB value is (113,116,145). Sum of RGB (Red+Green+Blue) = 113+116+145=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #717491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717491 is #8E8B6E. Grayscale: #767676. Windows color (decimal): -9341807 or 9532529. OLE color: 9532529.

HSL color Cylindrical-coordinate representation of color #717491: hue angle of 234.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #717491 is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 116 145 -
CMYK 0.22 0.2 0 0.43
HSL 234.38º 0.13% 0.51% -
HSV(B) 234.38º 0.22% 0.57% -
XYZ 18.17 18.05 29.31 -
YUV 118.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 113 116 145 0.22 0.2 0 0.43 234.38 0.13 0.51
Hex 71 74 91 16 14 0 2B EA D 33
Octal 161 164 221 26 24 0 53 352 15 63
Binary 1110001 1110100 10010001 10110 10100 0 101011 11101010 1101 110011

Color Harmonies of #717491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717491

Black with #717491

Text Example


Text Example

White with #717491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717491; }

 p { color: rgb(113,116,145); }

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

background-color css

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

 a { background-color: rgb(113,116,145); }

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

border-color css

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

 span { border-color: rgb(113,116,145); }

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