#8B888C

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

Shades of Amethyst Smoke #8B888C

Tints of Amethyst Smoke #8B888C

Color information

#8B888C (or 0x8B888C) is unknown color: approx Amethyst Smoke. HEX triplet: 8B, 88 and 8C. RGB value is (139,136,140). Sum of RGB (Red+Green+Blue) = 139+136+140=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B888C is #747773. Grayscale: #898989. Windows color (decimal): -7632756 or 9209995. OLE color: 9209995.

HSL color Cylindrical-coordinate representation of color #8B888C: 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 #8B888C is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB139136140-
CMYK0.010.0300.45
HSL285º1.71%54.12%-
HSV(B)285º2.86%54.9%-
XYZ24.1924.9928.36-
YUV137.35129.49129.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=33.49%
G=32.77%
B=33.73%

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
Decimal1391361400.010.0300.452851.7154.12
Hex8B888C1302D11d236
Octal21321021413055435266
Binary100010111000100010001100111010110110001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,140); }

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

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

 a { background-color: rgb(139,136,140); }

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

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

 span { border-color: rgb(139,136,140); }

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