#8E8899

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

Shades of Grey Suit #8E8899

Tints of Grey Suit #8E8899

Color information

#8E8899 (or 0x8E8899) is unknown color: approx Grey Suit. HEX triplet: 8E, 88 and 99. RGB value is (142,136,153). Sum of RGB (Red+Green+Blue) = 142+136+153=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E8899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8899 is #717766. Grayscale: #8B8B8B. Windows color (decimal): -7436135 or 10061966. OLE color: 10061966.

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

Color convert

RGB142136153-
CMYK0.070.1100.4
HSL261.18º7.69%56.67%-
HSV(B)261.18º11.11%60%-
XYZ25.7125.6633.73-
YUV139.73135.49129.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=32.95%
G=31.55%
B=35.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1421361530.070.1100.4261.187.6956.67
Hex8E88997B028105839
Octal2162102317130504051071
Binary100011101000100010011001111101101010001000001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,153); }

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

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

 a { background-color: rgb(142,136,153); }

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

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

 span { border-color: rgb(142,136,153); }

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