#8E8DAB

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

Shades of Grey Suit #8E8DAB

Tints of Grey Suit #8E8DAB

Color information

#8E8DAB (or 0x8E8DAB) is unknown color: approx Grey Suit. HEX triplet: 8E, 8D and AB. RGB value is (142,141,171). Sum of RGB (Red+Green+Blue) = 142+141+171=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E8DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8DAB is #717254. Grayscale: #909090. Windows color (decimal): -7434837 or 11242894. OLE color: 11242894.

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

Color convert

RGB142141171-
CMYK0.170.1800.33
HSL242º15.15%61.18%-
HSV(B)242º17.54%67.06%-
XYZ28.0327.7442.41-
YUV144.72142.83126.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.28%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=31.28%
G=31.06%
B=37.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421411710.170.1800.3324215.1561.18
Hex8E8DAB1112021f2f3d
Octal21621525321220413621775
Binary10001110100011011010101110001100100100001111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,141,171); }

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

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

 a { background-color: rgb(142,141,171); }

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

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

 span { border-color: rgb(142,141,171); }

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