Html Css Color HEX #8D998D Pewter

📋 copy color: '#8D998D'

red 141 ◦ green 153 ◦ blue 141

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

Shades of Pewter #8D998D

Tints of Pewter #8D998D

RGB

 RED value IS 141 (55.47% from 255) = 32.41%

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 141 (55.47% from 255) = 32.41%

R = 32.41%
G = 35.17%
B = 32.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#8D998D (or 0x8D998D) is known color: Pewter. HEX triplet: 8D, 99 and 8D. RGB value is (141,153,141). Sum of RGB (Red+Green+Blue) = 141+153+141=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #8D998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D998D is #726672. Grayscale: #949494. Windows color (decimal): -7497331 or 9279885. OLE color: 9279885.

HSL color Cylindrical-coordinate representation of color #8D998D: hue angle of 120º 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 #8D998D is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 141 153 141 -
CMYK 0.08 0 0.08 0.4
HSL 120º 0.06% 0.58% -
HSV(B) 120º 0.08% 0.6% -
XYZ 27.18 30.37 29.63 -
YUV 148.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 141 153 141 0.08 0 0.08 0.4 120 0.06 0.58
Hex 8D 99 8D 8 0 8 28 78 6 3A
Octal 215 231 215 10 0 10 50 170 6 72
Binary 10001101 10011001 10001101 1000 0 1000 101000 1111000 110 111010

Color Harmonies of #8D998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D998D

Black with #8D998D

Text Example


Text Example

White with #8D998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,153,141); }

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

background-color css

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

 a { background-color: rgb(141,153,141); }

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

border-color css

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

 span { border-color: rgb(141,153,141); }

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