Shades of Aluminium #8C9298
Tints of Aluminium #8C9298
RGB
CMYK
RGB Variations
Color information
#8C9298 (or 0x8C9298) is known color: Aluminium. HEX triplet: 8C, 92 and 98. RGB value is (140,146,152). Sum of RGB (Red+Green+Blue) = 140+146+152=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C9298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9298 is #736D67. Grayscale: #909090. Windows color (decimal): -7564648 or 9998988. OLE color: 9998988.
HSL color Cylindrical-coordinate representation of color #8C9298: hue angle of 210º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9298 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 146 | 152 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.40 |
| HSL | 210º | 0.06% | 0.57% | - |
| HSV(B) | 210º | 0.08% | 0.6% | - |
| XYZ | 26.76 | 28.4 | 33.78 | - |
| YUV | 144.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 152 | 0.08 | 0.04 | 0 | 0.40 | 210 | 0.06 | 0.57 |
| Hex | 8C | 92 | 98 | 8 | 4 | 0 | 28 | D2 | 6 | 39 |
| Octal | 214 | 222 | 230 | 10 | 4 | 0 | 50 | 322 | 6 | 71 |
| Binary | 10001100 | 10010010 | 10011000 | 1000 | 100 | 0 | 101000 | 11010010 | 110 | 111001 |
Color Harmonies of #8C9298
Complementary color
Monochromatic Colors of #8C9298
Black with #8C9298
Text Example
Text Example
White with #8C9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9298; }
p { color: rgb(140,146,152); }
H1.HeaderClassName
{
color: #8C9298;
}
.AnyTagClassName
{
color: #8C9298;
}
</style>
background-color css
<style>
a { background-color: #8C9298; }
a { background-color: rgb(140,146,152); }
div.DivClassName
{
background-color: #8C9298;
}
.BgClassName
{
background-color: #8C9298;
}
</style>
border-color css
<style>
span { border-color: #8C9298; }
span { border-color: rgb(140,146,152); }
td.TdClassName
{
border-color: #8C9298;
}
.TagClassName
{
border-color: #8C9298;
}
</style>