#8A828C

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

Shades of Amethyst Smoke #8A828C

Tints of Amethyst Smoke #8A828C

Color information

#8A828C (or 0x8A828C) is unknown color: approx Amethyst Smoke. HEX triplet: 8A, 82 and 8C. RGB value is (138,130,140). Sum of RGB (Red+Green+Blue) = 138+130+140=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A828C is #757D73. Grayscale: #858585. Windows color (decimal): -7699828 or 9208458. OLE color: 9208458.

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

Color convert

RGB138130140-
CMYK0.010.0700.45
HSL288º4.17%52.94%-
HSV(B)288º7.14%54.9%-
XYZ23.223.2628.08-
YUV133.53131.65131.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=33.82%
G=31.86%
B=34.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381301400.010.0700.452884.1752.94
Hex8A828C1702D120435
Octal21220221417055440465
Binary10001010100000101000110011110101101100100000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,130,140); }

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

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

 a { background-color: rgb(138,130,140); }

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

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

 span { border-color: rgb(138,130,140); }

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