#787993

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

Shades of Storm Grey #787993

Tints of Storm Grey #787993

Color information

#787993 (or 0x787993) is unknown color: approx Storm Grey. HEX triplet: 78, 79 and 93. RGB value is (120,121,147). Sum of RGB (Red+Green+Blue) = 120+121+147=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #787993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787993 is #87866C. Grayscale: #7B7B7B. Windows color (decimal): -8881773 or 9664888. OLE color: 9664888.

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

Color convert

RGB120121147-
CMYK0.180.1800.42
HSL237.78º11.11%52.35%-
HSV(B)237.78º18.37%57.65%-
XYZ19.8519.7730.37-
YUV123.66141.17125.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=30.93%
G=31.19%
B=37.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201211470.180.1800.42237.7811.1152.35
Hex787993121202Aeeb34
Octal17017122322220523561364
Binary111100011110011001001110010100100101010111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787993; }

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

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

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

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

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

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

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

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