#8A888B

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

Shades of Amethyst Smoke #8A888B

Tints of Amethyst Smoke #8A888B

Color information

#8A888B (or 0x8A888B) is unknown color: approx Amethyst Smoke. HEX triplet: 8A, 88 and 8B. RGB value is (138,136,139). Sum of RGB (Red+Green+Blue) = 138+136+139=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A888B is #757774. Grayscale: #888888. Windows color (decimal): -7698293 or 9144458. OLE color: 9144458.

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

Color convert

RGB138136139-
CMYK0.010.0200.45
HSL280º1.28%53.92%-
HSV(B)280º2.16%54.51%-
XYZ23.9524.8827.97-
YUV136.94129.16128.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=33.41%
G=32.93%
B=33.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381361390.010.0200.452801.2853.92
Hex8A888B1202D118136
Octal21221021312055430166
Binary10001010100010001000101111001011011000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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