#8E88AF

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

Shades of Grey Suit #8E88AF

Tints of Grey Suit #8E88AF

Color information

#8E88AF (or 0x8E88AF) is unknown color: approx Grey Suit. HEX triplet: 8E, 88 and AF. RGB value is (142,136,175). Sum of RGB (Red+Green+Blue) = 142+136+175=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E88AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E88AF is #717750. Grayscale: #8E8E8E. Windows color (decimal): -7436113 or 11503758. OLE color: 11503758.

HSL color Cylindrical-coordinate representation of color #8E88AF: hue angle of 249.23º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E88AF is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB142136175-
CMYK0.190.2200.31
HSL249.23º19.6%60.98%-
HSV(B)249.23º22.29%68.63%-
XYZ27.726.4544.2-
YUV142.24146.49127.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=31.35%
G=30.02%
B=38.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421361750.190.2200.31249.2319.660.98
Hex8E88AF131601Ff9143d
Octal21621025723260373712475
Binary10001110100010001010111110011101100111111111100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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