#939E94

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

Shades of Pewter #939E94

Tints of Pewter #939E94

Color information

#939E94 (or 0x939E94) is unknown color: approx Pewter. HEX triplet: 93, 9E and 94. RGB value is (147,158,148). Sum of RGB (Red+Green+Blue) = 147+158+148=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 158 - color contains mainly: green. Hex color #939E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939E94 is #6C616B. Grayscale: #999999. Windows color (decimal): -7102828 or 9739923. OLE color: 9739923.

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

Color convert

RGB147158148-
CMYK0.0700.060.38
HSL125.45º5.37%59.8%-
HSV(B)125.45º6.96%61.96%-
XYZ29.632.7932.79-
YUV153.57124.86123.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.45%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 148 (58.20% from 255) = 32.67%
R=32.45%
G=34.88%
B=32.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471581480.0700.060.38125.455.3759.8
Hex939E94706267d53c
Octal22323622470646175574
Binary10010011100111101001010011101101001101111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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