#8C898D

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

Shades of Amethyst Smoke #8C898D

Tints of Amethyst Smoke #8C898D

Color information

#8C898D (or 0x8C898D) is unknown color: approx Amethyst Smoke. HEX triplet: 8C, 89 and 8D. RGB value is (140,137,141). Sum of RGB (Red+Green+Blue) = 140+137+141=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C898D is #737672. Grayscale: #8A8A8A. Windows color (decimal): -7566963 or 9275788. OLE color: 9275788.

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

Color convert

RGB140137141-
CMYK0.010.0300.45
HSL285º1.72%54.51%-
HSV(B)285º2.84%55.29%-
XYZ24.5725.3928.81-
YUV138.35129.49129.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=33.49%
G=32.78%
B=33.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401371410.010.0300.452851.7254.51
Hex8C898D1302D11d237
Octal21421121513055435267
Binary100011001000100110001101111010110110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,137,141); }

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

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

 a { background-color: rgb(140,137,141); }

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

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

 span { border-color: rgb(140,137,141); }

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