Html Css Color HEX #8E9A90 Pewter

📋 copy color: '#8E9A90'

red 142 ◦ green 154 ◦ blue 144

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

Shades of Pewter #8E9A90

Tints of Pewter #8E9A90

RGB

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

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

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

R = 32.27%
G = 35%
B = 32.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#8E9A90 (or 0x8E9A90) is known color: Pewter. HEX triplet: 8E, 9A and 90. RGB value is (142,154,144). Sum of RGB (Red+Green+Blue) = 142+154+144=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 154 - color contains mainly: green. Hex color #8E9A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9A90 is #71656F. Grayscale: #959595. Windows color (decimal): -7431536 or 9476750. OLE color: 9476750.

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

Color convert

RGB 142 154 144 -
CMYK 0.08 0 0.06 0.40
HSL 130º 0.06% 0.58% -
HSV(B) 130º 0.08% 0.6% -
XYZ 27.74 30.88 30.88 -
YUV 149.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 142 154 144 0.08 0 0.06 0.40 130 0.06 0.58
Hex 8E 9A 90 8 0 6 28 82 6 3A
Octal 216 232 220 10 0 6 50 202 6 72
Binary 10001110 10011010 10010000 1000 0 110 101000 10000010 110 111010

Color Harmonies of #8E9A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9A90

Black with #8E9A90

Text Example


Text Example

White with #8E9A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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