#8F889E

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

Shades of Grey Suit #8F889E

Tints of Grey Suit #8F889E

Color information

#8F889E (or 0x8F889E) is unknown color: approx Grey Suit. HEX triplet: 8F, 88 and 9E. RGB value is (143,136,158). Sum of RGB (Red+Green+Blue) = 143+136+158=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F889E is #707761. Grayscale: #8C8C8C. Windows color (decimal): -7370594 or 10389647. OLE color: 10389647.

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

Color convert

RGB143136158-
CMYK0.090.1400.38
HSL259.09º10.19%57.65%-
HSV(B)259.09º13.92%61.96%-
XYZ26.325.9235.96-
YUV140.6137.82129.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.72%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=32.72%
G=31.12%
B=36.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431361580.090.1400.38259.0910.1957.65
Hex8F889E9E026103a3a
Octal21721023611160464031272
Binary1000111110001000100111101001111001001101000000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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