#717998

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

Shades of Storm Grey #717998

Tints of Storm Grey #717998

Color information

#717998 (or 0x717998) is unknown color: approx Storm Grey. HEX triplet: 71, 79 and 98. RGB value is (113,121,152). Sum of RGB (Red+Green+Blue) = 113+121+152=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #717998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717998 is #8E8667. Grayscale: #7A7A7A. Windows color (decimal): -9340520 or 9992561. OLE color: 9992561.

HSL color Cylindrical-coordinate representation of color #717998: hue angle of 227.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717998 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB113121152-
CMYK0.260.2000.40
HSL227.69º15.92%51.96%-
HSV(B)227.69º25.66%59.61%-
XYZ19.3119.4532.44-
YUV122.14144.85121.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 152 (59.77% from 255) = 39.38%
R=29.27%
G=31.35%
B=39.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131211520.260.2000.40227.6915.9251.96
Hex7179981A14028e41034
Octal16117123032240503442064
Binary1110001111100110011000110101010001010001110010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717998; }

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

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

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

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

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

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

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

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