Html Css Color HEX #8C998D Pewter

📋 copy color: '#8C998D'

red 140 ◦ green 153 ◦ blue 141

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

Shades of Pewter #8C998D

Tints of Pewter #8C998D

RGB

 RED value IS 140 (55.08% from 255) = 32.26%

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

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

R = 32.26%
G = 35.25%
B = 32.49%

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

#8C998D (or 0x8C998D) is known color: Pewter. HEX triplet: 8C, 99 and 8D. RGB value is (140,153,141). Sum of RGB (Red+Green+Blue) = 140+153+141=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 153 - color contains mainly: green. Hex color #8C998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C998D is #736672. Grayscale: #939393. Windows color (decimal): -7562867 or 9279884. OLE color: 9279884.

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

Color convert

RGB 140 153 141 -
CMYK 0.08 0 0.08 0.4
HSL 124.62º 0.06% 0.57% -
HSV(B) 124.62º 0.08% 0.6% -
XYZ 27.01 30.28 29.62 -
YUV 147.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 140 153 141 0.08 0 0.08 0.4 124.62 0.06 0.57
Hex 8C 99 8D 8 0 8 28 7D 6 39
Octal 214 231 215 10 0 10 50 175 6 71
Binary 10001100 10011001 10001101 1000 0 1000 101000 1111101 110 111001

Color Harmonies of #8C998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C998D

Black with #8C998D

Text Example


Text Example

White with #8C998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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