#8F8692

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

Shades of Amethyst Smoke #8F8692

Tints of Amethyst Smoke #8F8692

Color information

#8F8692 (or 0x8F8692) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 86 and 92. RGB value is (143,134,146). Sum of RGB (Red+Green+Blue) = 143+134+146=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F8692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8692 is #70796D. Grayscale: #8A8A8A. Windows color (decimal): -7371118 or 9602703. OLE color: 9602703.

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

Color convert

RGB143134146-
CMYK0.020.0800.43
HSL285º5.22%54.9%-
HSV(B)285º8.22%57.25%-
XYZ25.0424.9730.69-
YUV138.06132.48131.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.81%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=33.81%
G=31.68%
B=34.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431341460.020.0800.432855.2254.9
Hex8F86922802B11d537
Octal217206222210053435567
Binary1000111110000110100100101010000101011100011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,134,146); }

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

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

 a { background-color: rgb(143,134,146); }

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

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

 span { border-color: rgb(143,134,146); }

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