Shades of Aluminium #818A92
Tints of Aluminium #818A92
RGB
CMYK
RGB Variations
Color information
#818A92 (or 0x818A92) is known color: Aluminium. HEX triplet: 81, 8A and 92. RGB value is (129,138,146). Sum of RGB (Red+Green+Blue) = 129+138+146=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #818A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A92 is #7E756D. Grayscale: #888888. Windows color (decimal): -8287598 or 9603713. OLE color: 9603713.
HSL color Cylindrical-coordinate representation of color #818A92: hue angle of 208.24º 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 #818A92 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 138 | 146 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.43 |
| HSL | 208.24º | 0.07% | 0.54% | - |
| HSV(B) | 208.24º | 0.12% | 0.57% | - |
| XYZ | 23.33 | 24.92 | 30.77 | - |
| YUV | 136.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 146 | 0.12 | 0.05 | 0 | 0.43 | 208.24 | 0.07 | 0.54 |
| Hex | 81 | 8A | 92 | C | 5 | 0 | 2B | D0 | 7 | 36 |
| Octal | 201 | 212 | 222 | 14 | 5 | 0 | 53 | 320 | 7 | 66 |
| Binary | 10000001 | 10001010 | 10010010 | 1100 | 101 | 0 | 101011 | 11010000 | 111 | 110110 |
Color Harmonies of #818A92
Complementary color
Monochromatic Colors of #818A92
Black with #818A92
Text Example
Text Example
White with #818A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A92; }
p { color: rgb(129,138,146); }
H1.HeaderClassName
{
color: #818A92;
}
.AnyTagClassName
{
color: #818A92;
}
</style>
background-color css
<style>
a { background-color: #818A92; }
a { background-color: rgb(129,138,146); }
div.DivClassName
{
background-color: #818A92;
}
.BgClassName
{
background-color: #818A92;
}
</style>
border-color css
<style>
span { border-color: #818A92; }
span { border-color: rgb(129,138,146); }
td.TdClassName
{
border-color: #818A92;
}
.TagClassName
{
border-color: #818A92;
}
</style>