Html Css Color HEX #8B9A8C Pewter

📋 copy color: '#8B9A8C'

red 139 ◦ green 154 ◦ blue 140

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

Shades of Pewter #8B9A8C

Tints of Pewter #8B9A8C

RGB

 RED value IS 139 (54.69% from 255) = 32.1%

 GREEN value IS 154 (60.55% from 255) = 35.57%

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 32.1%
G = 35.57%
B = 32.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#8B9A8C (or 0x8B9A8C) is known color: Pewter. HEX triplet: 8B, 9A and 8C. RGB value is (139,154,140). Sum of RGB (Red+Green+Blue) = 139+154+140=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 154 - color contains mainly: green. Hex color #8B9A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9A8C is #746573. Grayscale: #939393. Windows color (decimal): -7628148 or 9214603. OLE color: 9214603.

HSL color Cylindrical-coordinate representation of color #8B9A8C: hue angle of 124º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B9A8C is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 154 140 -
CMYK 0.10 0 0.09 0.40
HSL 124º 0.07% 0.57% -
HSV(B) 124º 0.1% 0.6% -
XYZ 26.94 30.49 29.28 -
YUV 147.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 139 154 140 0.10 0 0.09 0.40 124 0.07 0.57
Hex 8B 9A 8C A 0 9 28 7C 7 39
Octal 213 232 214 12 0 11 50 174 7 71
Binary 10001011 10011010 10001100 1010 0 1001 101000 1111100 111 111001

Color Harmonies of #8B9A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9A8C

Black with #8B9A8C

Text Example


Text Example

White with #8B9A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B9A8C; }

 p { color: rgb(139,154,140); }

 H1.HeaderClassName
 {
   color: #8B9A8C;
 }
 .AnyTagClassName
 {
   color: #8B9A8C;
 }
</style>

background-color css

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

 a { background-color: rgb(139,154,140); }

 div.DivClassName
 {
   background-color: #8B9A8C;
 }
 .BgClassName
 {
   background-color: #8B9A8C;
 }
</style>

border-color css

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

 span { border-color: rgb(139,154,140); }

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