Html Css Color HEX #8E9B90 Pewter

📋 copy color: '#8E9B90'

red 142 ◦ green 155 ◦ blue 144

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

Shades of Pewter #8E9B90

Tints of Pewter #8E9B90

RGB

 RED value IS 142 (55.86% from 255) = 32.2%

 GREEN value IS 155 (60.94% from 255) = 35.15%

 BLUE value IS 144 (56.64% from 255) = 32.65%

R = 32.2%
G = 35.15%
B = 32.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#8E9B90 (or 0x8E9B90) is known color: Pewter. HEX triplet: 8E, 9B and 90. RGB value is (142,155,144). Sum of RGB (Red+Green+Blue) = 142+155+144=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9B90 is #71646F. Grayscale: #959595. Windows color (decimal): -7431280 or 9477006. OLE color: 9477006.

HSL color Cylindrical-coordinate representation of color #8E9B90: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E9B90 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 155 144 -
CMYK 0.08 0 0.07 0.39
HSL 129.23º 0.06% 0.58% -
HSV(B) 129.23º 0.08% 0.61% -
XYZ 27.91 31.21 30.94 -
YUV 149.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 142 155 144 0.08 0 0.07 0.39 129.23 0.06 0.58
Hex 8E 9B 90 8 0 7 27 81 6 3A
Octal 216 233 220 10 0 7 47 201 6 72
Binary 10001110 10011011 10010000 1000 0 111 100111 10000001 110 111010

Color Harmonies of #8E9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9B90

Black with #8E9B90

Text Example


Text Example

White with #8E9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,155,144); }

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

background-color css

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

 a { background-color: rgb(142,155,144); }

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

border-color css

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

 span { border-color: rgb(142,155,144); }

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