Shades of Aluminium #818D94
Tints of Aluminium #818D94
RGB
CMYK
RGB Variations
Color information
#818D94 (or 0x818D94) is known color: Aluminium. HEX triplet: 81, 8D and 94. RGB value is (129,141,148). Sum of RGB (Red+Green+Blue) = 129+141+148=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 148 - color contains mainly: blue. Hex color #818D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818D94 is #7E726B. Grayscale: #8A8A8A. Windows color (decimal): -8286828 or 9735553. OLE color: 9735553.
HSL color Cylindrical-coordinate representation of color #818D94: hue angle of 202.11º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818D94 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 141 | 148 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.42 |
| HSL | 202.11º | 0.08% | 0.54% | - |
| HSV(B) | 202.11º | 0.13% | 0.58% | - |
| XYZ | 23.92 | 25.86 | 31.75 | - |
| YUV | 138.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 148 | 0.13 | 0.05 | 0 | 0.42 | 202.11 | 0.08 | 0.54 |
| Hex | 81 | 8D | 94 | D | 5 | 0 | 2A | CA | 8 | 36 |
| Octal | 201 | 215 | 224 | 15 | 5 | 0 | 52 | 312 | 10 | 66 |
| Binary | 10000001 | 10001101 | 10010100 | 1101 | 101 | 0 | 101010 | 11001010 | 1000 | 110110 |
Color Harmonies of #818D94
Complementary color
Monochromatic Colors of #818D94
Black with #818D94
Text Example
Text Example
White with #818D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D94; }
p { color: rgb(129,141,148); }
H1.HeaderClassName
{
color: #818D94;
}
.AnyTagClassName
{
color: #818D94;
}
</style>
background-color css
<style>
a { background-color: #818D94; }
a { background-color: rgb(129,141,148); }
div.DivClassName
{
background-color: #818D94;
}
.BgClassName
{
background-color: #818D94;
}
</style>
border-color css
<style>
span { border-color: #818D94; }
span { border-color: rgb(129,141,148); }
td.TdClassName
{
border-color: #818D94;
}
.TagClassName
{
border-color: #818D94;
}
</style>