#939793

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

Shades of Pewter #939793

Tints of Pewter #939793

Color information

#939793 (or 0x939793) is unknown color: approx Pewter. HEX triplet: 93, 97 and 93. RGB value is (147,151,147). Sum of RGB (Red+Green+Blue) = 147+151+147=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 151 - color contains mainly: green. Hex color #939793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939793 is #6C686C. Grayscale: #959595. Windows color (decimal): -7104621 or 9672595. OLE color: 9672595.

HSL color Cylindrical-coordinate representation of color #939793: hue angle of 120º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #939793 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB147151147-
CMYK0.0300.030.41
HSL120º1.89%58.43%-
HSV(B)120º2.65%59.22%-
XYZ28.3730.4431.98-
YUV149.35126.67126.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=33.03%
G=33.93%
B=33.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471511470.0300.030.411201.8958.43
Hex939793303297823a
Octal22322722330351170272
Binary10010011100101111001001111011101001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939793; }

 p { color: rgb(147,151,147); }

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

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

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

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

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

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

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