Shades of Aluminium #8C9094
Tints of Aluminium #8C9094
RGB
CMYK
RGB Variations
Color information
#8C9094 (or 0x8C9094) is known color: Aluminium. HEX triplet: 8C, 90 and 94. RGB value is (140,144,148). Sum of RGB (Red+Green+Blue) = 140+144+148=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C9094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9094 is #736F6B. Grayscale: #8F8F8F. Windows color (decimal): -7565164 or 9736332. OLE color: 9736332.
HSL color Cylindrical-coordinate representation of color #8C9094: hue angle of 210º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C9094 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 144 | 148 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.42 |
| HSL | 210º | 0.04% | 0.56% | - |
| HSV(B) | 210º | 0.05% | 0.58% | - |
| XYZ | 26.13 | 27.66 | 31.98 | - |
| YUV | 143.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 148 | 0.05 | 0.03 | 0 | 0.42 | 210 | 0.04 | 0.56 |
| Hex | 8C | 90 | 94 | 5 | 3 | 0 | 2A | D2 | 4 | 38 |
| Octal | 214 | 220 | 224 | 5 | 3 | 0 | 52 | 322 | 4 | 70 |
| Binary | 10001100 | 10010000 | 10010100 | 101 | 11 | 0 | 101010 | 11010010 | 100 | 111000 |
Color Harmonies of #8C9094
Complementary color
Monochromatic Colors of #8C9094
Black with #8C9094
Text Example
Text Example
White with #8C9094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9094; }
p { color: rgb(140,144,148); }
H1.HeaderClassName
{
color: #8C9094;
}
.AnyTagClassName
{
color: #8C9094;
}
</style>
background-color css
<style>
a { background-color: #8C9094; }
a { background-color: rgb(140,144,148); }
div.DivClassName
{
background-color: #8C9094;
}
.BgClassName
{
background-color: #8C9094;
}
</style>
border-color css
<style>
span { border-color: #8C9094; }
span { border-color: rgb(140,144,148); }
td.TdClassName
{
border-color: #8C9094;
}
.TagClassName
{
border-color: #8C9094;
}
</style>