Shades of Aluminium #818E96
Tints of Aluminium #818E96
RGB
CMYK
RGB Variations
Color information
#818E96 (or 0x818E96) is known color: Aluminium. HEX triplet: 81, 8E and 96. RGB value is (129,142,150). Sum of RGB (Red+Green+Blue) = 129+142+150=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 150 - color contains mainly: blue. Hex color #818E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818E96 is #7E7169. Grayscale: #8A8A8A. Windows color (decimal): -8286570 or 9866881. OLE color: 9866881.
HSL color Cylindrical-coordinate representation of color #818E96: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #818E96 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 142 | 150 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.41 |
| HSL | 202.86º | 0.09% | 0.55% | - |
| HSV(B) | 202.86º | 0.14% | 0.59% | - |
| XYZ | 24.23 | 26.22 | 32.64 | - |
| YUV | 139.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 142 | 150 | 0.14 | 0.05 | 0 | 0.41 | 202.86 | 0.09 | 0.55 |
| Hex | 81 | 8E | 96 | E | 5 | 0 | 29 | CB | 9 | 37 |
| Octal | 201 | 216 | 226 | 16 | 5 | 0 | 51 | 313 | 11 | 67 |
| Binary | 10000001 | 10001110 | 10010110 | 1110 | 101 | 0 | 101001 | 11001011 | 1001 | 110111 |
Color Harmonies of #818E96
Complementary color
Monochromatic Colors of #818E96
Black with #818E96
Text Example
Text Example
White with #818E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818E96; }
p { color: rgb(129,142,150); }
H1.HeaderClassName
{
color: #818E96;
}
.AnyTagClassName
{
color: #818E96;
}
</style>
background-color css
<style>
a { background-color: #818E96; }
a { background-color: rgb(129,142,150); }
div.DivClassName
{
background-color: #818E96;
}
.BgClassName
{
background-color: #818E96;
}
</style>
border-color css
<style>
span { border-color: #818E96; }
span { border-color: rgb(129,142,150); }
td.TdClassName
{
border-color: #818E96;
}
.TagClassName
{
border-color: #818E96;
}
</style>