Html Css Color HEX #8E948F Pewter

📋 copy color: '#8E948F'

red 142 ◦ green 148 ◦ blue 143

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

Shades of Pewter #8E948F

Tints of Pewter #8E948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.18%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 32.79%
G = 34.18%
B = 33.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#8E948F (or 0x8E948F) is known color: Pewter. HEX triplet: 8E, 94 and 8F. RGB value is (142,148,143). Sum of RGB (Red+Green+Blue) = 142+148+143=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 148 - color contains mainly: green. Hex color #8E948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E948F is #716B70. Grayscale: #919191. Windows color (decimal): -7433073 or 9409678. OLE color: 9409678.

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

Color convert

RGB 142 148 143 -
CMYK 0.04 0 0.03 0.42
HSL 130º 0.03% 0.57% -
HSV(B) 130º 0.04% 0.58% -
XYZ 26.7 28.91 30.16 -
YUV 145.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 142 148 143 0.04 0 0.03 0.42 130 0.03 0.57
Hex 8E 94 8F 4 0 3 2A 82 3 39
Octal 216 224 217 4 0 3 52 202 3 71
Binary 10001110 10010100 10001111 100 0 11 101010 10000010 11 111001

Color Harmonies of #8E948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E948F

Black with #8E948F

Text Example


Text Example

White with #8E948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,148,143); }

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

background-color css

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

 a { background-color: rgb(142,148,143); }

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

border-color css

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

 span { border-color: rgb(142,148,143); }

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