#8A838B

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

Shades of Amethyst Smoke #8A838B

Tints of Amethyst Smoke #8A838B

Color information

#8A838B (or 0x8A838B) is unknown color: approx Amethyst Smoke. HEX triplet: 8A, 83 and 8B. RGB value is (138,131,139). Sum of RGB (Red+Green+Blue) = 138+131+139=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A838B is #757C74. Grayscale: #858585. Windows color (decimal): -7699573 or 9143178. OLE color: 9143178.

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

Color convert

RGB138131139-
CMYK0.010.0600.45
HSL292.5º3.33%52.94%-
HSV(B)292.5º5.76%54.51%-
XYZ23.2623.527.74-
YUV134130.82130.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=33.82%
G=32.11%
B=34.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381311390.010.0600.45292.53.3352.94
Hex8A838B1602D125335
Octal21220321316055445365
Binary1000101010000011100010111110010110110010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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