#717995

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

Shades of Storm Grey #717995

Tints of Storm Grey #717995

Color information

#717995 (or 0x717995) is unknown color: approx Storm Grey. HEX triplet: 71, 79 and 95. RGB value is (113,121,149). Sum of RGB (Red+Green+Blue) = 113+121+149=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #717995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717995 is #8E866A. Grayscale: #797979. Windows color (decimal): -9340523 or 9795953. OLE color: 9795953.

HSL color Cylindrical-coordinate representation of color #717995: hue angle of 226.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717995 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113121149-
CMYK0.240.1900.42
HSL226.67º14.52%51.37%-
HSV(B)226.67º24.16%58.43%-
XYZ19.0719.3631.16-
YUV121.8143.35121.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=29.50%
G=31.59%
B=38.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131211490.240.1900.42226.6714.5251.37
Hex717995181302Ae3f33
Octal16117122530230523431763
Binary111000111110011001010111000100110101010111000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717995; }

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

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

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

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

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

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

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

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