#8E88AA

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

Shades of Grey Suit #8E88AA

Tints of Grey Suit #8E88AA

Color information

#8E88AA (or 0x8E88AA) is unknown color: approx Grey Suit. HEX triplet: 8E, 88 and AA. RGB value is (142,136,170). Sum of RGB (Red+Green+Blue) = 142+136+170=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E88AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E88AA is #717755. Grayscale: #8D8D8D. Windows color (decimal): -7436118 or 11176078. OLE color: 11176078.

HSL color Cylindrical-coordinate representation of color #8E88AA: hue angle of 250.59º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E88AA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142136170-
CMYK0.160.2000.33
HSL250.59º16.67%60%-
HSV(B)250.59º20%66.67%-
XYZ27.2226.2641.66-
YUV141.67143.99128.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.70%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=31.70%
G=30.36%
B=37.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421361700.160.2000.33250.5916.6760
Hex8E88AA1014021fb113c
Octal21621025220240413732174
Binary100011101000100010101010100001010001000011111101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E88AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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