#939F99

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

Shades of Tower Grey #939F99

Tints of Tower Grey #939F99

Color information

#939F99 (or 0x939F99) is unknown color: approx Tower Grey. HEX triplet: 93, 9F and 99. RGB value is (147,159,153). Sum of RGB (Red+Green+Blue) = 147+159+153=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 159 - color contains mainly: green. Hex color #939F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F99 is #6C6066. Grayscale: #9A9A9A. Windows color (decimal): -7102567 or 10067859. OLE color: 10067859.

HSL color Cylindrical-coordinate representation of color #939F99: hue angle of 150º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #939F99 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB147159153-
CMYK0.0800.040.38
HSL150º5.88%60%-
HSV(B)150º7.55%62.35%-
XYZ30.1833.334.97-
YUV154.73127.02122.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=32.03%
G=34.64%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591530.0800.040.381505.8860
Hex939F99804269663c
Octal223237231100446226674
Binary1001001110011111100110011000010010011010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939F99; }

 p { color: rgb(147,159,153); }

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

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

 a { background-color: rgb(147,159,153); }

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

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

 span { border-color: rgb(147,159,153); }

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