Shades of Aluminium #8D9094
Tints of Aluminium #8D9094
RGB
CMYK
RGB Variations
Color information
#8D9094 (or 0x8D9094) is known color: Aluminium. HEX triplet: 8D, 90 and 94. RGB value is (141,144,148). Sum of RGB (Red+Green+Blue) = 141+144+148=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D9094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9094 is #726F6B. Grayscale: #8F8F8F. Windows color (decimal): -7499628 or 9736333. OLE color: 9736333.
HSL color Cylindrical-coordinate representation of color #8D9094: hue angle of 214.29º 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 #8D9094 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 144 | 148 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.42 |
| HSL | 214.29º | 0.03% | 0.57% | - |
| HSV(B) | 214.29º | 0.05% | 0.58% | - |
| XYZ | 26.3 | 27.75 | 31.99 | - |
| YUV | 143.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 148 | 0.05 | 0.03 | 0 | 0.42 | 214.29 | 0.03 | 0.57 |
| Hex | 8D | 90 | 94 | 5 | 3 | 0 | 2A | D6 | 3 | 39 |
| Octal | 215 | 220 | 224 | 5 | 3 | 0 | 52 | 326 | 3 | 71 |
| Binary | 10001101 | 10010000 | 10010100 | 101 | 11 | 0 | 101010 | 11010110 | 11 | 111001 |
Color Harmonies of #8D9094
Complementary color
Monochromatic Colors of #8D9094
Black with #8D9094
Text Example
Text Example
White with #8D9094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9094; }
p { color: rgb(141,144,148); }
H1.HeaderClassName
{
color: #8D9094;
}
.AnyTagClassName
{
color: #8D9094;
}
</style>
background-color css
<style>
a { background-color: #8D9094; }
a { background-color: rgb(141,144,148); }
div.DivClassName
{
background-color: #8D9094;
}
.BgClassName
{
background-color: #8D9094;
}
</style>
border-color css
<style>
span { border-color: #8D9094; }
span { border-color: rgb(141,144,148); }
td.TdClassName
{
border-color: #8D9094;
}
.TagClassName
{
border-color: #8D9094;
}
</style>