#8E899B

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

Shades of Grey Suit #8E899B

Tints of Grey Suit #8E899B

Color information

#8E899B (or 0x8E899B) is unknown color: approx Grey Suit. HEX triplet: 8E, 89 and 9B. RGB value is (142,137,155). Sum of RGB (Red+Green+Blue) = 142+137+155=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E899B is #717664. Grayscale: #8C8C8C. Windows color (decimal): -7435877 or 10193294. OLE color: 10193294.

HSL color Cylindrical-coordinate representation of color #8E899B: hue angle of 256.67º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E899B is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB142137155-
CMYK0.080.1200.39
HSL256.67º8.26%57.25%-
HSV(B)256.67º11.61%60.78%-
XYZ26.0226.0134.66-
YUV140.55136.16129.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=32.72%
G=31.57%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421371550.080.1200.39256.678.2657.25
Hex8E899B8C027101839
Octal21621123310140474011071
Binary1000111010001001100110111000110001001111000000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,137,155); }

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

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

 a { background-color: rgb(142,137,155); }

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

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

 span { border-color: rgb(142,137,155); }

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