Shades of Aluminium #86898B
Tints of Aluminium #86898B
RGB
CMYK
RGB Variations
Color information
#86898B (or 0x86898B) is known color: Aluminium. HEX triplet: 86, 89 and 8B. RGB value is (134,137,139). Sum of RGB (Red+Green+Blue) = 134+137+139=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 139 - color contains mainly: blue. Hex color #86898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86898B is #797674. Grayscale: #888888. Windows color (decimal): -7960181 or 9144710. OLE color: 9144710.
HSL color Cylindrical-coordinate representation of color #86898B: hue angle of 204º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #86898B is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 137 | 139 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.45 |
| HSL | 204º | 0.02% | 0.54% | - |
| HSV(B) | 204º | 0.04% | 0.55% | - |
| XYZ | 23.44 | 24.82 | 27.98 | - |
| YUV | 136.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 139 | 0.04 | 0.01 | 0 | 0.45 | 204 | 0.02 | 0.54 |
| Hex | 86 | 89 | 8B | 4 | 1 | 0 | 2D | CC | 2 | 36 |
| Octal | 206 | 211 | 213 | 4 | 1 | 0 | 55 | 314 | 2 | 66 |
| Binary | 10000110 | 10001001 | 10001011 | 100 | 1 | 0 | 101101 | 11001100 | 10 | 110110 |
Color Harmonies of #86898B
Complementary color
Monochromatic Colors of #86898B
Black with #86898B
Text Example
Text Example
White with #86898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86898B; }
p { color: rgb(134,137,139); }
H1.HeaderClassName
{
color: #86898B;
}
.AnyTagClassName
{
color: #86898B;
}
</style>
background-color css
<style>
a { background-color: #86898B; }
a { background-color: rgb(134,137,139); }
div.DivClassName
{
background-color: #86898B;
}
.BgClassName
{
background-color: #86898B;
}
</style>
border-color css
<style>
span { border-color: #86898B; }
span { border-color: rgb(134,137,139); }
td.TdClassName
{
border-color: #86898B;
}
.TagClassName
{
border-color: #86898B;
}
</style>