Shades of Aluminium #81868B
Tints of Aluminium #81868B
RGB
CMYK
RGB Variations
Color information
#81868B (or 0x81868B) is known color: Aluminium. HEX triplet: 81, 86 and 8B. RGB value is (129,134,139). Sum of RGB (Red+Green+Blue) = 129+134+139=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 139 - color contains mainly: blue. Hex color #81868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81868B is #7E7974. Grayscale: #858585. Windows color (decimal): -8288629 or 9143937. OLE color: 9143937.
HSL color Cylindrical-coordinate representation of color #81868B: hue angle of 210º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81868B is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 134 | 139 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.45 |
| HSL | 210º | 0.04% | 0.53% | - |
| HSV(B) | 210º | 0.07% | 0.55% | - |
| XYZ | 22.24 | 23.58 | 27.81 | - |
| YUV | 133.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 134 | 139 | 0.07 | 0.04 | 0 | 0.45 | 210 | 0.04 | 0.53 |
| Hex | 81 | 86 | 8B | 7 | 4 | 0 | 2D | D2 | 4 | 35 |
| Octal | 201 | 206 | 213 | 7 | 4 | 0 | 55 | 322 | 4 | 65 |
| Binary | 10000001 | 10000110 | 10001011 | 111 | 100 | 0 | 101101 | 11010010 | 100 | 110101 |
Color Harmonies of #81868B
Complementary color
Monochromatic Colors of #81868B
Black with #81868B
Text Example
Text Example
White with #81868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81868B; }
p { color: rgb(129,134,139); }
H1.HeaderClassName
{
color: #81868B;
}
.AnyTagClassName
{
color: #81868B;
}
</style>
background-color css
<style>
a { background-color: #81868B; }
a { background-color: rgb(129,134,139); }
div.DivClassName
{
background-color: #81868B;
}
.BgClassName
{
background-color: #81868B;
}
</style>
border-color css
<style>
span { border-color: #81868B; }
span { border-color: rgb(129,134,139); }
td.TdClassName
{
border-color: #81868B;
}
.TagClassName
{
border-color: #81868B;
}
</style>