#8A8899

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

Shades of Grey Suit #8A8899

Tints of Grey Suit #8A8899

Color information

#8A8899 (or 0x8A8899) is unknown color: approx Grey Suit. HEX triplet: 8A, 88 and 99. RGB value is (138,136,153). Sum of RGB (Red+Green+Blue) = 138+136+153=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A8899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8899 is #757766. Grayscale: #8A8A8A. Windows color (decimal): -7698279 or 10061962. OLE color: 10061962.

HSL color Cylindrical-coordinate representation of color #8A8899: hue angle of 247.06º 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 #8A8899 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB138136153-
CMYK0.100.1100.4
HSL247.06º7.69%56.67%-
HSV(B)247.06º11.11%60%-
XYZ25.0425.3133.7-
YUV138.54136.16127.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=32.32%
G=31.85%
B=35.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1381361530.100.1100.4247.067.6956.67
Hex8A8899AB028f7839
Octal21221023112130503671071
Binary100010101000100010011001101010110101000111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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