#8F8999

Color #8F8999 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #8F8999

Tints of Grey Suit #8F8999

Color information

#8F8999 (or 0x8F8999) is unknown color: approx Grey Suit. HEX triplet: 8F, 89 and 99. RGB value is (143,137,153). Sum of RGB (Red+Green+Blue) = 143+137+153=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F8999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8999 is #707666. Grayscale: #8C8C8C. Windows color (decimal): -7370343 or 10062223. OLE color: 10062223.

HSL color Cylindrical-coordinate representation of color #8F8999: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F8999 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB143137153-
CMYK0.070.1000.4
HSL262.5º7.27%56.86%-
HSV(B)262.5º10.46%60%-
XYZ26.0226.0333.79-
YUV140.62134.99129.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.03%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=33.03%
G=31.64%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1431371530.070.1000.4262.57.2756.86
Hex8F89997A028106739
Octal217211231712050406771
Binary10001111100010011001100111110100101000100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,137,153); }

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

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

 a { background-color: rgb(143,137,153); }

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

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

 span { border-color: rgb(143,137,153); }

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