#717993

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

Shades of Storm Grey #717993

Tints of Storm Grey #717993

Color information

#717993 (or 0x717993) is unknown color: approx Storm Grey. HEX triplet: 71, 79 and 93. RGB value is (113,121,147). Sum of RGB (Red+Green+Blue) = 113+121+147=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #717993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717993 is #8E866C. Grayscale: #797979. Windows color (decimal): -9340525 or 9664881. OLE color: 9664881.

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

Color convert

RGB113121147-
CMYK0.230.1800.42
HSL225.88º13.6%50.98%-
HSV(B)225.88º23.13%57.65%-
XYZ18.9119.2930.33-
YUV121.57142.35121.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=29.66%
G=31.76%
B=38.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131211470.230.1800.42225.8813.650.98
Hex717993171202Ae2e33
Octal16117122327220523421663
Binary111000111110011001001110111100100101010111000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717993; }

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

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

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

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

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

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

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

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