#8E899D

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

Shades of Grey Suit #8E899D

Tints of Grey Suit #8E899D

Color information

#8E899D (or 0x8E899D) is unknown color: approx Grey Suit. HEX triplet: 8E, 89 and 9D. RGB value is (142,137,157). Sum of RGB (Red+Green+Blue) = 142+137+157=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E899D is #717662. Grayscale: #8C8C8C. Windows color (decimal): -7435875 or 10324366. OLE color: 10324366.

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

Color convert

RGB142137157-
CMYK0.100.1300.38
HSL255º9.26%57.65%-
HSV(B)255º12.74%61.57%-
XYZ26.1926.0835.55-
YUV140.78137.16128.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.57%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=32.57%
G=31.42%
B=36.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421371570.100.1300.382559.2657.65
Hex8E899DAD026ff93a
Octal21621123512150463771172
Binary100011101000100110011101101011010100110111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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