#8E8CAB

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

Shades of Grey Suit #8E8CAB

Tints of Grey Suit #8E8CAB

Color information

#8E8CAB (or 0x8E8CAB) is unknown color: approx Grey Suit. HEX triplet: 8E, 8C and AB. RGB value is (142,140,171). Sum of RGB (Red+Green+Blue) = 142+140+171=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E8CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8CAB is #717354. Grayscale: #909090. Windows color (decimal): -7435093 or 11242638. OLE color: 11242638.

HSL color Cylindrical-coordinate representation of color #8E8CAB: hue angle of 243.87º degrees, saturation: 0.16, 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 #8E8CAB is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142140171-
CMYK0.170.1800.33
HSL243.87º15.58%60.98%-
HSV(B)243.87º18.13%67.06%-
XYZ27.8827.4542.36-
YUV144.13143.16126.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=31.35%
G=30.91%
B=37.75%

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
Decimal1421401710.170.1800.33243.8715.5860.98
Hex8E8CAB1112021f4103d
Octal21621425321220413642075
Binary100011101000110010101011100011001001000011111010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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