#8F8894

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

Shades of Amethyst Smoke #8F8894

Tints of Amethyst Smoke #8F8894

Color information

#8F8894 (or 0x8F8894) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 88 and 94. RGB value is (143,136,148). Sum of RGB (Red+Green+Blue) = 143+136+148=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F8894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8894 is #70776B. Grayscale: #8B8B8B. Windows color (decimal): -7370604 or 9734287. OLE color: 9734287.

HSL color Cylindrical-coordinate representation of color #8F8894: hue angle of 275º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F8894 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143136148-
CMYK0.030.0800.42
HSL275º5.31%55.69%-
HSV(B)275º8.11%58.04%-
XYZ25.4825.5931.61-
YUV139.46132.82130.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=33.49%
G=31.85%
B=34.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431361480.030.0800.422755.3155.69
Hex8F88943802A113538
Octal217210224310052423570
Binary1000111110001000100101001110000101010100010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,136,148); }

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

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

 a { background-color: rgb(143,136,148); }

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

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

 span { border-color: rgb(143,136,148); }

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