Shades of Aluminium #818D92
Tints of Aluminium #818D92
RGB
CMYK
RGB Variations
Color information
#818D92 (or 0x818D92) is known color: Aluminium. HEX triplet: 81, 8D and 92. RGB value is (129,141,146). Sum of RGB (Red+Green+Blue) = 129+141+146=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 146 - color contains mainly: blue. Hex color #818D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818D92 is #7E726D. Grayscale: #898989. Windows color (decimal): -8286830 or 9604481. OLE color: 9604481.
HSL color Cylindrical-coordinate representation of color #818D92: hue angle of 197.65º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818D92 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 141 | 146 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.43 |
| HSL | 197.65º | 0.07% | 0.54% | - |
| HSV(B) | 197.65º | 0.12% | 0.57% | - |
| XYZ | 23.77 | 25.79 | 30.92 | - |
| YUV | 137.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 146 | 0.12 | 0.03 | 0 | 0.43 | 197.65 | 0.07 | 0.54 |
| Hex | 81 | 8D | 92 | C | 3 | 0 | 2B | C6 | 7 | 36 |
| Octal | 201 | 215 | 222 | 14 | 3 | 0 | 53 | 306 | 7 | 66 |
| Binary | 10000001 | 10001101 | 10010010 | 1100 | 11 | 0 | 101011 | 11000110 | 111 | 110110 |
Color Harmonies of #818D92
Complementary color
Monochromatic Colors of #818D92
Black with #818D92
Text Example
Text Example
White with #818D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D92; }
p { color: rgb(129,141,146); }
H1.HeaderClassName
{
color: #818D92;
}
.AnyTagClassName
{
color: #818D92;
}
</style>
background-color css
<style>
a { background-color: #818D92; }
a { background-color: rgb(129,141,146); }
div.DivClassName
{
background-color: #818D92;
}
.BgClassName
{
background-color: #818D92;
}
</style>
border-color css
<style>
span { border-color: #818D92; }
span { border-color: rgb(129,141,146); }
td.TdClassName
{
border-color: #818D92;
}
.TagClassName
{
border-color: #818D92;
}
</style>