#8E84AA

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

Shades of Grey Suit #8E84AA

Tints of Grey Suit #8E84AA

Color information

#8E84AA (or 0x8E84AA) is unknown color: approx Grey Suit. HEX triplet: 8E, 84 and AA. RGB value is (142,132,170). Sum of RGB (Red+Green+Blue) = 142+132+170=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E84AA is #717B55. Grayscale: #8B8B8B. Windows color (decimal): -7437142 or 11175054. OLE color: 11175054.

HSL color Cylindrical-coordinate representation of color #8E84AA: hue angle of 255.79º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E84AA is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142132170-
CMYK0.160.2200.33
HSL255.79º18.27%59.22%-
HSV(B)255.79º22.35%66.67%-
XYZ26.6625.1641.48-
YUV139.32145.31129.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.98%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=31.98%
G=29.73%
B=38.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421321700.160.2200.33255.7918.2759.22
Hex8E84AA1016021100123b
Octal21620425220260414002273
Binary1000111010000100101010101000010110010000110000000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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