#8A808B

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

Shades of Amethyst Smoke #8A808B

Tints of Amethyst Smoke #8A808B

Color information

#8A808B (or 0x8A808B) is unknown color: approx Amethyst Smoke. HEX triplet: 8A, 80 and 8B. RGB value is (138,128,139). Sum of RGB (Red+Green+Blue) = 138+128+139=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A808B is #757F74. Grayscale: #848484. Windows color (decimal): -7700341 or 9142410. OLE color: 9142410.

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

Color convert

RGB138128139-
CMYK0.010.0800.45
HSL294.55º4.53%52.35%-
HSV(B)294.55º7.91%54.51%-
XYZ22.8622.7127.6-
YUV132.24131.81132.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=34.07%
G=31.60%
B=34.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381281390.010.0800.45294.554.5352.35
Hex8A808B1802D127534
Octal212200213110055447564
Binary100010101000000010001011110000101101100100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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