#8A878B

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

Shades of Amethyst Smoke #8A878B

Tints of Amethyst Smoke #8A878B

Color information

#8A878B (or 0x8A878B) is unknown color: approx Amethyst Smoke. HEX triplet: 8A, 87 and 8B. RGB value is (138,135,139). Sum of RGB (Red+Green+Blue) = 138+135+139=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A878B is #757874. Grayscale: #888888. Windows color (decimal): -7698549 or 9144202. OLE color: 9144202.

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

Color convert

RGB138135139-
CMYK0.010.0300.45
HSL285º1.69%53.73%-
HSV(B)285º2.88%54.51%-
XYZ23.8124.627.92-
YUV136.35129.49129.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=33.50%
G=32.77%
B=33.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381351390.010.0300.452851.6953.73
Hex8A878B1302D11d236
Octal21220721313055435266
Binary100010101000011110001011111010110110001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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