Shades of Aluminium #8A9298
Tints of Aluminium #8A9298
RGB
CMYK
RGB Variations
Color information
#8A9298 (or 0x8A9298) is known color: Aluminium. HEX triplet: 8A, 92 and 98. RGB value is (138,146,152). Sum of RGB (Red+Green+Blue) = 138+146+152=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A9298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9298 is #756D67. Grayscale: #909090. Windows color (decimal): -7695720 or 9998986. OLE color: 9998986.
HSL color Cylindrical-coordinate representation of color #8A9298: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A9298 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 146 | 152 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.40 |
| HSL | 205.71º | 0.06% | 0.57% | - |
| HSV(B) | 205.71º | 0.09% | 0.6% | - |
| XYZ | 26.43 | 28.23 | 33.76 | - |
| YUV | 144.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 152 | 0.09 | 0.04 | 0 | 0.40 | 205.71 | 0.06 | 0.57 |
| Hex | 8A | 92 | 98 | 9 | 4 | 0 | 28 | CE | 6 | 39 |
| Octal | 212 | 222 | 230 | 11 | 4 | 0 | 50 | 316 | 6 | 71 |
| Binary | 10001010 | 10010010 | 10011000 | 1001 | 100 | 0 | 101000 | 11001110 | 110 | 111001 |
Color Harmonies of #8A9298
Complementary color
Monochromatic Colors of #8A9298
Black with #8A9298
Text Example
Text Example
White with #8A9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9298; }
p { color: rgb(138,146,152); }
H1.HeaderClassName
{
color: #8A9298;
}
.AnyTagClassName
{
color: #8A9298;
}
</style>
background-color css
<style>
a { background-color: #8A9298; }
a { background-color: rgb(138,146,152); }
div.DivClassName
{
background-color: #8A9298;
}
.BgClassName
{
background-color: #8A9298;
}
</style>
border-color css
<style>
span { border-color: #8A9298; }
span { border-color: rgb(138,146,152); }
td.TdClassName
{
border-color: #8A9298;
}
.TagClassName
{
border-color: #8A9298;
}
</style>