#717390

Color #717390 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #717390

Tints of Storm Grey #717390

Color information

#717390 (or 0x717390) is unknown color: approx Storm Grey. HEX triplet: 71, 73 and 90. RGB value is (113,115,144). Sum of RGB (Red+Green+Blue) = 113+115+144=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #717390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717390 is #8E8C6F. Grayscale: #757575. Windows color (decimal): -9342064 or 9466737. OLE color: 9466737.

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

Color convert

RGB113115144-
CMYK0.220.2000.44
HSL236.13º12.25%50.39%-
HSV(B)236.13º21.53%56.47%-
XYZ17.9717.7928.87-
YUV117.71142.84124.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.38%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=30.38%
G=30.91%
B=38.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131151440.220.2000.44236.1312.2550.39
Hex717390161402Cecc32
Octal16116322026240543541462
Binary111000111100111001000010110101000101100111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717390; }

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

 H1.HeaderClassName
 {
   color: #717390;
 }
 .AnyTagClassName
 {
   color: #717390;
 }
</style>
background-color css

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

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

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

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

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

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