Shades of Aluminium #8A8D90
Tints of Aluminium #8A8D90
RGB
CMYK
RGB Variations
Color information
#8A8D90 (or 0x8A8D90) is known color: Aluminium. HEX triplet: 8A, 8D and 90. RGB value is (138,141,144). Sum of RGB (Red+Green+Blue) = 138+141+144=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A8D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8D90 is #75726F. Grayscale: #8C8C8C. Windows color (decimal): -7697008 or 9473418. OLE color: 9473418.
HSL color Cylindrical-coordinate representation of color #8A8D90: hue angle of 210º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A8D90 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
RGB | 138 | 141 | 144 | - |
CMYK | 0.04 | 0.02 | 0 | 0.44 |
HSL | 210º | 0.03% | 0.55% | - |
HSV(B) | 210º | 0.04% | 0.56% | - |
XYZ | 25.04 | 26.47 | 30.17 | - |
YUV | 140.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 141 | 144 | 0.04 | 0.02 | 0 | 0.44 | 210 | 0.03 | 0.55 |
Hex | 8A | 8D | 90 | 4 | 2 | 0 | 2C | D2 | 3 | 37 |
Octal | 212 | 215 | 220 | 4 | 2 | 0 | 54 | 322 | 3 | 67 |
Binary | 10001010 | 10001101 | 10010000 | 100 | 10 | 0 | 101100 | 11010010 | 11 | 110111 |
Color Harmonies of #8A8D90
Complementary color
Monochromatic Colors of #8A8D90
Black with #8A8D90
Text Example
Text Example
White with #8A8D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8D90; }
p { color: rgb(138,141,144); }
H1.HeaderClassName
{
color: #8A8D90;
}
.AnyTagClassName
{
color: #8A8D90;
}
</style>
background-color css
<style>
a { background-color: #8A8D90; }
a { background-color: rgb(138,141,144); }
div.DivClassName
{
background-color: #8A8D90;
}
.BgClassName
{
background-color: #8A8D90;
}
</style>
border-color css
<style>
span { border-color: #8A8D90; }
span { border-color: rgb(138,141,144); }
td.TdClassName
{
border-color: #8A8D90;
}
.TagClassName
{
border-color: #8A8D90;
}
</style>