Html Css Color HEX #8E9E90 Pewter

📋 copy color: '#8E9E90'

red 142 ◦ green 158 ◦ blue 144

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

Shades of Pewter #8E9E90

Tints of Pewter #8E9E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.59%

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

R = 31.98%
G = 35.59%
B = 32.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#8E9E90 (or 0x8E9E90) is known color: Pewter. HEX triplet: 8E, 9E and 90. RGB value is (142,158,144). Sum of RGB (Red+Green+Blue) = 142+158+144=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9E90 is #71616F. Grayscale: #979797. Windows color (decimal): -7430512 or 9477774. OLE color: 9477774.

HSL color Cylindrical-coordinate representation of color #8E9E90: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E9E90 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 158 144 -
CMYK 0.10 0 0.09 0.38
HSL 127.5º 0.08% 0.59% -
HSV(B) 127.5º 0.1% 0.62% -
XYZ 28.42 32.22 31.11 -
YUV 151.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 142 158 144 0.10 0 0.09 0.38 127.5 0.08 0.59
Hex 8E 9E 90 A 0 9 26 80 8 3B
Octal 216 236 220 12 0 11 46 200 10 73
Binary 10001110 10011110 10010000 1010 0 1001 100110 10000000 1000 111011

Color Harmonies of #8E9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9E90

Black with #8E9E90

Text Example


Text Example

White with #8E9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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