#929893

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

Shades of Pewter #929893

Tints of Pewter #929893

Color information

#929893 (or 0x929893) is unknown color: approx Pewter. HEX triplet: 92, 98 and 93. RGB value is (146,152,147). Sum of RGB (Red+Green+Blue) = 146+152+147=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 152 - color contains mainly: green. Hex color #929893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929893 is #6D676C. Grayscale: #959595. Windows color (decimal): -7169901 or 9672850. OLE color: 9672850.

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

Color convert

RGB146152147-
CMYK0.0400.030.40
HSL130º2.83%58.43%-
HSV(B)130º3.95%59.61%-
XYZ28.3530.6732.03-
YUV149.64126.51125.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.81%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=32.81%
G=34.16%
B=33.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461521470.0400.030.401302.8358.43
Hex929893403288233a
Octal22223022340350202372
Binary1001001010011000100100111000111010001000001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929893; }

 p { color: rgb(146,152,147); }

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

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

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

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

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

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

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