Html Css Color HEX #717990 Storm Grey

📋 copy color: '#717990'

red 113 ◦ green 121 ◦ blue 144

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

Shades of Storm Grey #717990

Tints of Storm Grey #717990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 29.89%
G = 32.01%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#717990 (or 0x717990) is known color: Storm Grey. HEX triplet: 71, 79 and 90. RGB value is (113,121,144). Sum of RGB (Red+Green+Blue) = 113+121+144=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #717990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717990 is #8E866F. Grayscale: #797979. Windows color (decimal): -9340528 or 9468273. OLE color: 9468273.

HSL color Cylindrical-coordinate representation of color #717990: hue angle of 224.52º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #717990 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 121 144 -
CMYK 0.22 0.16 0 0.44
HSL 224.52º 0.12% 0.5% -
HSV(B) 224.52º 0.22% 0.56% -
XYZ 18.68 19.2 29.11 -
YUV 121.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 113 121 144 0.22 0.16 0 0.44 224.52 0.12 0.5
Hex 71 79 90 16 10 0 2C E1 C 32
Octal 161 171 220 26 20 0 54 341 14 62
Binary 1110001 1111001 10010000 10110 10000 0 101100 11100001 1100 110010

Color Harmonies of #717990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717990

Black with #717990

Text Example


Text Example

White with #717990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717990; }

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

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

background-color css

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

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

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

border-color css

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

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

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