Shades of Aluminium #8E9395
Tints of Aluminium #8E9395
RGB
CMYK
RGB Variations
Color information
#8E9395 (or 0x8E9395) is known color: Aluminium. HEX triplet: 8E, 93 and 95. RGB value is (142,147,149). Sum of RGB (Red+Green+Blue) = 142+147+149=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E9395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9395 is #716C6A. Grayscale: #919191. Windows color (decimal): -7433323 or 9802638. OLE color: 9802638.
HSL color Cylindrical-coordinate representation of color #8E9395: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E9395 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 149 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.42 |
| HSL | 197.14º | 0.03% | 0.57% | - |
| HSV(B) | 197.14º | 0.05% | 0.58% | - |
| XYZ | 27.01 | 28.79 | 32.57 | - |
| YUV | 145.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 149 | 0.05 | 0.01 | 0 | 0.42 | 197.14 | 0.03 | 0.57 |
| Hex | 8E | 93 | 95 | 5 | 1 | 0 | 2A | C5 | 3 | 39 |
| Octal | 216 | 223 | 225 | 5 | 1 | 0 | 52 | 305 | 3 | 71 |
| Binary | 10001110 | 10010011 | 10010101 | 101 | 1 | 0 | 101010 | 11000101 | 11 | 111001 |
Color Harmonies of #8E9395
Complementary color
Monochromatic Colors of #8E9395
Black with #8E9395
Text Example
Text Example
White with #8E9395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9395; }
p { color: rgb(142,147,149); }
H1.HeaderClassName
{
color: #8E9395;
}
.AnyTagClassName
{
color: #8E9395;
}
</style>
background-color css
<style>
a { background-color: #8E9395; }
a { background-color: rgb(142,147,149); }
div.DivClassName
{
background-color: #8E9395;
}
.BgClassName
{
background-color: #8E9395;
}
</style>
border-color css
<style>
span { border-color: #8E9395; }
span { border-color: rgb(142,147,149); }
td.TdClassName
{
border-color: #8E9395;
}
.TagClassName
{
border-color: #8E9395;
}
</style>