#8F8292

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

Shades of Amethyst Smoke #8F8292

Tints of Amethyst Smoke #8F8292

Color information

#8F8292 (or 0x8F8292) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 82 and 92. RGB value is (143,130,146). Sum of RGB (Red+Green+Blue) = 143+130+146=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F8292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8292 is #707D6D. Grayscale: #878787. Windows color (decimal): -7372142 or 9601679. OLE color: 9601679.

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

Color convert

RGB143130146-
CMYK0.020.1100.43
HSL288.75º6.84%54.12%-
HSV(B)288.75º10.96%57.25%-
XYZ24.523.8830.51-
YUV135.71133.81133.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=34.13%
G=31.03%
B=34.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431301460.020.1100.43288.756.8454.12
Hex8F82922B02B121736
Octal217202222213053441766
Binary1000111110000010100100101010110101011100100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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