Shades of Aluminium #8F9192
Tints of Aluminium #8F9192
RGB
CMYK
RGB Variations
Color information
#8F9192 (or 0x8F9192) is known color: Aluminium. HEX triplet: 8F, 91 and 92. RGB value is (143,145,146). Sum of RGB (Red+Green+Blue) = 143+145+146=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F9192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9192 is #706E6D. Grayscale: #909090. Windows color (decimal): -7368302 or 9605519. OLE color: 9605519.
HSL color Cylindrical-coordinate representation of color #8F9192: hue angle of 200º degrees, saturation: 0.01, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8F9192 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 146 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.43 |
| HSL | 200º | 0.01% | 0.57% | - |
| HSV(B) | 200º | 0.02% | 0.57% | - |
| XYZ | 26.64 | 28.17 | 31.23 | - |
| YUV | 144.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 146 | 0.02 | 0.01 | 0 | 0.43 | 200 | 0.01 | 0.57 |
| Hex | 8F | 91 | 92 | 2 | 1 | 0 | 2B | C8 | 1 | 39 |
| Octal | 217 | 221 | 222 | 2 | 1 | 0 | 53 | 310 | 1 | 71 |
| Binary | 10001111 | 10010001 | 10010010 | 10 | 1 | 0 | 101011 | 11001000 | 1 | 111001 |
Color Harmonies of #8F9192
Complementary color
Monochromatic Colors of #8F9192
Black with #8F9192
Text Example
Text Example
White with #8F9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9192; }
p { color: rgb(143,145,146); }
H1.HeaderClassName
{
color: #8F9192;
}
.AnyTagClassName
{
color: #8F9192;
}
</style>
background-color css
<style>
a { background-color: #8F9192; }
a { background-color: rgb(143,145,146); }
div.DivClassName
{
background-color: #8F9192;
}
.BgClassName
{
background-color: #8F9192;
}
</style>
border-color css
<style>
span { border-color: #8F9192; }
span { border-color: rgb(143,145,146); }
td.TdClassName
{
border-color: #8F9192;
}
.TagClassName
{
border-color: #8F9192;
}
</style>