#8A858C

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

Shades of Amethyst Smoke #8A858C

Tints of Amethyst Smoke #8A858C

Color information

#8A858C (or 0x8A858C) is unknown color: approx Amethyst Smoke. HEX triplet: 8A, 85 and 8C. RGB value is (138,133,140). Sum of RGB (Red+Green+Blue) = 138+133+140=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A858C is #757A73. Grayscale: #878787. Windows color (decimal): -7699060 or 9209226. OLE color: 9209226.

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

Color convert

RGB138133140-
CMYK0.010.0500.45
HSL282.86º2.95%53.53%-
HSV(B)282.86º5%54.9%-
XYZ23.624.0728.21-
YUV135.29130.66129.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=33.58%
G=32.36%
B=34.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381331400.010.0500.45282.862.9553.53
Hex8A858C1502D11b336
Octal21220521415055433366
Binary1000101010000101100011001101010110110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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