#717994

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

Shades of Storm Grey #717994

Tints of Storm Grey #717994

Color information

#717994 (or 0x717994) is unknown color: approx Storm Grey. HEX triplet: 71, 79 and 94. RGB value is (113,121,148). Sum of RGB (Red+Green+Blue) = 113+121+148=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 148 - color contains mainly: blue. Hex color #717994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717994 is #8E866B. Grayscale: #797979. Windows color (decimal): -9340524 or 9730417. OLE color: 9730417.

HSL color Cylindrical-coordinate representation of color #717994: hue angle of 226.29º degrees, saturation: 0.14, 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 #717994 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113121148-
CMYK0.240.1800.42
HSL226.29º14.06%51.18%-
HSV(B)226.29º23.65%58.04%-
XYZ18.9919.3230.75-
YUV121.69142.85121.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 148 (58.20% from 255) = 38.74%
R=29.58%
G=31.68%
B=38.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131211480.240.1800.42226.2914.0651.18
Hex717994181202Ae2e33
Octal16117122430220523421663
Binary111000111110011001010011000100100101010111000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717994; }

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

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

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

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

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

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

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

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