Html Css Color HEX #8E958F Pewter

📋 copy color: '#8E958F'

red 142 ◦ green 149 ◦ blue 143

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

Shades of Pewter #8E958F

Tints of Pewter #8E958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.33%

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

R = 32.72%
G = 34.33%
B = 32.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#8E958F (or 0x8E958F) is known color: Pewter. HEX triplet: 8E, 95 and 8F. RGB value is (142,149,143). Sum of RGB (Red+Green+Blue) = 142+149+143=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 149 - color contains mainly: green. Hex color #8E958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E958F is #716A70. Grayscale: #929292. Windows color (decimal): -7432817 or 9409934. OLE color: 9409934.

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

Color convert

RGB 142 149 143 -
CMYK 0.05 0 0.04 0.42
HSL 128.57º 0.03% 0.57% -
HSV(B) 128.57º 0.05% 0.58% -
XYZ 26.86 29.23 30.21 -
YUV 146.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 142 149 143 0.05 0 0.04 0.42 128.57 0.03 0.57
Hex 8E 95 8F 5 0 4 2A 81 3 39
Octal 216 225 217 5 0 4 52 201 3 71
Binary 10001110 10010101 10001111 101 0 100 101010 10000001 11 111001

Color Harmonies of #8E958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E958F

Black with #8E958F

Text Example


Text Example

White with #8E958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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