#8B878E

Color #8B878E Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #8B878E

Tints of Amethyst Smoke #8B878E

Color information

#8B878E (or 0x8B878E) is unknown color: approx Amethyst Smoke. HEX triplet: 8B, 87 and 8E. RGB value is (139,135,142). Sum of RGB (Red+Green+Blue) = 139+135+142=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B878E is #747871. Grayscale: #888888. Windows color (decimal): -7633010 or 9340811. OLE color: 9340811.

HSL color Cylindrical-coordinate representation of color #8B878E: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8B878E is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB139135142-
CMYK0.020.0500.44
HSL274.29º3%54.31%-
HSV(B)274.29º4.93%55.69%-
XYZ24.1924.7729.1-
YUV136.99130.83129.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=33.41%
G=32.45%
B=34.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391351420.020.0500.44274.29354.31
Hex8B878E2502C112336
Octal21320721625054422366
Binary10001011100001111000111010101010110010001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,135,142); }

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

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

 a { background-color: rgb(139,135,142); }

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

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

 span { border-color: rgb(139,135,142); }

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