#869B87

Color #869B87 Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #869B87

Tints of Pewter #869B87

Color information

#869B87 (or 0x869B87) is unknown color: approx Pewter. HEX triplet: 86, 9B and 87. RGB value is (134,155,135). Sum of RGB (Red+Green+Blue) = 134+155+135=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #869B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B87 is #796478. Grayscale: #929292. Windows color (decimal): -7955577 or 8887174. OLE color: 8887174.

HSL color Cylindrical-coordinate representation of color #869B87: hue angle of 122.86º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869B87 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB134155135-
CMYK0.1400.130.39
HSL122.86º9.5%56.67%-
HSV(B)122.86º13.55%60.78%-
XYZ25.9330.2627.4-
YUV146.44121.54119.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 155 (60.94% from 255) = 36.56%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=31.60%
G=36.56%
B=31.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341551350.1400.130.39122.869.556.67
Hex869B87E0D277ba39
Octal20623320716015471731271
Binary10000110100110111000011111100110110011111110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869B87; }

 p { color: rgb(134,155,135); }

 H1.HeaderClassName
 {
   color: #869B87;
 }
 .AnyTagClassName
 {
   color: #869B87;
 }
</style>
background-color css

<style>
 a { background-color: #869B87; }

 a { background-color: rgb(134,155,135); }

 div.DivClassName
 {
   background-color: #869B87;
 }
 .BgClassName
 {
   background-color: #869B87;
 }
</style>
border-color css

<style>
 span { border-color: #869B87; }

 span { border-color: rgb(134,155,135); }

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