#8E8AAF

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

Shades of Grey Suit #8E8AAF

Tints of Grey Suit #8E8AAF

Color information

#8E8AAF (or 0x8E8AAF) is unknown color: approx Grey Suit. HEX triplet: 8E, 8A and AF. RGB value is (142,138,175). Sum of RGB (Red+Green+Blue) = 142+138+175=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8AAF is #717550. Grayscale: #8F8F8F. Windows color (decimal): -7435601 or 11504270. OLE color: 11504270.

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

Color convert

RGB142138175-
CMYK0.190.2100.31
HSL246.49º18.78%61.37%-
HSV(B)246.49º21.14%68.63%-
XYZ27.9827.0244.3-
YUV143.41145.83126.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=31.21%
G=30.33%
B=38.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421381750.190.2100.31246.4918.7861.37
Hex8E8AAF131501Ff6133d
Octal21621225723250373662375
Binary10001110100010101010111110011101010111111111011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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