#939D94

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

Shades of Pewter #939D94

Tints of Pewter #939D94

Color information

#939D94 (or 0x939D94) is unknown color: approx Pewter. HEX triplet: 93, 9D and 94. RGB value is (147,157,148). Sum of RGB (Red+Green+Blue) = 147+157+148=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 157 - color contains mainly: green. Hex color #939D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D94 is #6C626B. Grayscale: #999999. Windows color (decimal): -7103084 or 9739667. OLE color: 9739667.

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

Color convert

RGB147157148-
CMYK0.0600.060.38
HSL126º4.85%59.61%-
HSV(B)126º6.37%61.57%-
XYZ29.4332.4632.73-
YUV152.98125.19123.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.52%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=32.52%
G=34.73%
B=32.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471571480.0600.060.381264.8559.61
Hex939D94606267e53c
Octal22323522460646176574
Binary10010011100111011001010011001101001101111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,157,148); }

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

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

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

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

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

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

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