Shades of Aluminium #81898D
Tints of Aluminium #81898D
RGB
CMYK
RGB Variations
Color information
#81898D (or 0x81898D) is known color: Aluminium. HEX triplet: 81, 89 and 8D. RGB value is (129,137,141). Sum of RGB (Red+Green+Blue) = 129+137+141=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 141 - color contains mainly: blue. Hex color #81898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81898D is #7E7672. Grayscale: #878787. Windows color (decimal): -8287859 or 9275777. OLE color: 9275777.
HSL color Cylindrical-coordinate representation of color #81898D: hue angle of 200º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81898D is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 137 | 141 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.45 |
| HSL | 200º | 0.05% | 0.53% | - |
| HSV(B) | 200º | 0.09% | 0.55% | - |
| XYZ | 22.81 | 24.48 | 28.72 | - |
| YUV | 135.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 141 | 0.09 | 0.03 | 0 | 0.45 | 200 | 0.05 | 0.53 |
| Hex | 81 | 89 | 8D | 9 | 3 | 0 | 2D | C8 | 5 | 35 |
| Octal | 201 | 211 | 215 | 11 | 3 | 0 | 55 | 310 | 5 | 65 |
| Binary | 10000001 | 10001001 | 10001101 | 1001 | 11 | 0 | 101101 | 11001000 | 101 | 110101 |
Color Harmonies of #81898D
Complementary color
Monochromatic Colors of #81898D
Black with #81898D
Text Example
Text Example
White with #81898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81898D; }
p { color: rgb(129,137,141); }
H1.HeaderClassName
{
color: #81898D;
}
.AnyTagClassName
{
color: #81898D;
}
</style>
background-color css
<style>
a { background-color: #81898D; }
a { background-color: rgb(129,137,141); }
div.DivClassName
{
background-color: #81898D;
}
.BgClassName
{
background-color: #81898D;
}
</style>
border-color css
<style>
span { border-color: #81898D; }
span { border-color: rgb(129,137,141); }
td.TdClassName
{
border-color: #81898D;
}
.TagClassName
{
border-color: #81898D;
}
</style>