#8C8D8E

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

Shades of Aluminium #8C8D8E

Tints of Aluminium #8C8D8E

Color information

#8C8D8E (or 0x8C8D8E) is unknown color: approx Aluminium. HEX triplet: 8C, 8D and 8E. RGB value is (140,141,142). Sum of RGB (Red+Green+Blue) = 140+141+142=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C8D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8D8E is #737271. Grayscale: #8C8C8C. Windows color (decimal): -7565938 or 9342348. OLE color: 9342348.

HSL color Cylindrical-coordinate representation of color #8C8D8E: hue angle of 210º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8C8D8E is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB140141142-
CMYK0.010.0100.44
HSL210º0.88%55.29%-
HSV(B)210º1.41%55.69%-
XYZ25.2226.5829.39-
YUV140.82128.67127.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=33.10%
G=33.33%
B=33.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401411420.010.0100.442100.8855.29
Hex8C8D8E1102Cd2137
Octal21421521611054322167
Binary100011001000110110001110110101100110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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