#8F829D

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

Shades of Amethyst Smoke #8F829D

Tints of Amethyst Smoke #8F829D

Color information

#8F829D (or 0x8F829D) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 82 and 9D. RGB value is (143,130,157). Sum of RGB (Red+Green+Blue) = 143+130+157=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F829D is #707D62. Grayscale: #888888. Windows color (decimal): -7372131 or 10322575. OLE color: 10322575.

HSL color Cylindrical-coordinate representation of color #8F829D: hue angle of 268.89º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F829D is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB143130157-
CMYK0.090.1700.38
HSL268.89º12.11%56.27%-
HSV(B)268.89º17.2%61.57%-
XYZ25.424.2435.24-
YUV136.96139.31132.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.26%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=33.26%
G=30.23%
B=36.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431301570.090.1700.38268.8912.1156.27
Hex8F829D91102610dc38
Octal21720223511210464151470
Binary10001111100000101001110110011000101001101000011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,130,157); }

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

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

 a { background-color: rgb(143,130,157); }

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

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

 span { border-color: rgb(143,130,157); }

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