Shades of Aluminium #8C8D8E
Tints of Aluminium #8C8D8E
RGB
CMYK
RGB Variations
Color information
#8C8D8E (or 0x8C8D8E) is known color: 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
| RGB | 140 | 141 | 142 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.44 |
| HSL | 210º | 0.01% | 0.55% | - |
| HSV(B) | 210º | 0.01% | 0.56% | - |
| XYZ | 25.22 | 26.58 | 29.39 | - |
| YUV | 140.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 142 | 0.01 | 0.01 | 0 | 0.44 | 210 | 0.01 | 0.55 |
| Hex | 8C | 8D | 8E | 1 | 1 | 0 | 2C | D2 | 1 | 37 |
| Octal | 214 | 215 | 216 | 1 | 1 | 0 | 54 | 322 | 1 | 67 |
| Binary | 10001100 | 10001101 | 10001110 | 1 | 1 | 0 | 101100 | 11010010 | 1 | 110111 |
Color Harmonies of #8C8D8E
Complementary color
Monochromatic Colors of #8C8D8E
Black with #8C8D8E
Text Example
Text Example
White with #8C8D8E
Text Example
Text Example
HTML Codes & Css Web 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>