Shades of Aluminium #8A9093
Tints of Aluminium #8A9093
RGB
CMYK
RGB Variations
Color information
#8A9093 (or 0x8A9093) is known color: Aluminium. HEX triplet: 8A, 90 and 93. RGB value is (138,144,147). Sum of RGB (Red+Green+Blue) = 138+144+147=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A9093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9093 is #756F6C. Grayscale: #8E8E8E. Windows color (decimal): -7696237 or 9670794. OLE color: 9670794.
HSL color Cylindrical-coordinate representation of color #8A9093: hue angle of 200º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A9093 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 144 | 147 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.42 |
| HSL | 200º | 0.04% | 0.56% | - |
| HSV(B) | 200º | 0.06% | 0.58% | - |
| XYZ | 25.72 | 27.46 | 31.55 | - |
| YUV | 142.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 147 | 0.06 | 0.02 | 0 | 0.42 | 200 | 0.04 | 0.56 |
| Hex | 8A | 90 | 93 | 6 | 2 | 0 | 2A | C8 | 4 | 38 |
| Octal | 212 | 220 | 223 | 6 | 2 | 0 | 52 | 310 | 4 | 70 |
| Binary | 10001010 | 10010000 | 10010011 | 110 | 10 | 0 | 101010 | 11001000 | 100 | 111000 |
Color Harmonies of #8A9093
Complementary color
Monochromatic Colors of #8A9093
Black with #8A9093
Text Example
Text Example
White with #8A9093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9093; }
p { color: rgb(138,144,147); }
H1.HeaderClassName
{
color: #8A9093;
}
.AnyTagClassName
{
color: #8A9093;
}
</style>
background-color css
<style>
a { background-color: #8A9093; }
a { background-color: rgb(138,144,147); }
div.DivClassName
{
background-color: #8A9093;
}
.BgClassName
{
background-color: #8A9093;
}
</style>
border-color css
<style>
span { border-color: #8A9093; }
span { border-color: rgb(138,144,147); }
td.TdClassName
{
border-color: #8A9093;
}
.TagClassName
{
border-color: #8A9093;
}
</style>