Html Css Color HEX #929893 Pewter

📋 copy color: '#929893'

red 146 ◦ green 152 ◦ blue 147

#929893
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pewter #929893

Tints of Pewter #929893

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 value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#929893 (or 0x929893) is known color: 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

RGB 146 152 147 -
CMYK 0.04 0 0.03 0.40
HSL 130º 0.03% 0.58% -
HSV(B) 130º 0.04% 0.6% -
XYZ 28.35 30.67 32.03 -
YUV 149.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 146 152 147 0.04 0 0.03 0.40 130 0.03 0.58
Hex 92 98 93 4 0 3 28 82 3 3A
Octal 222 230 223 4 0 3 50 202 3 72
Binary 10010010 10011000 10010011 100 0 11 101000 10000010 11 111010

Color Harmonies of #929893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929893

Black with #929893

Text Example


Text Example

White with #929893

Text Example


Text Example

HTML Codes & Css Web 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>