#717594

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

Shades of Storm Grey #717594

Tints of Storm Grey #717594

Color information

#717594 (or 0x717594) is unknown color: approx Storm Grey. HEX triplet: 71, 75 and 94. RGB value is (113,117,148). Sum of RGB (Red+Green+Blue) = 113+117+148=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #717594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717594 is #8E8A6B. Grayscale: #777777. Windows color (decimal): -9341548 or 9729393. OLE color: 9729393.

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

Color convert

RGB113117148-
CMYK0.240.2100.42
HSL233.14º14.06%51.18%-
HSV(B)233.14º23.65%58.04%-
XYZ18.5218.3730.59-
YUV119.34144.17123.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=29.89%
G=30.95%
B=39.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131171480.240.2100.42233.1414.0651.18
Hex717594181502Ae9e33
Octal16116522430250523511663
Binary111000111101011001010011000101010101010111010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717594; }

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

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

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

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

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

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

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

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