Shades of Aluminium #818E93
Tints of Aluminium #818E93
RGB
CMYK
RGB Variations
Color information
#818E93 (or 0x818E93) is known color: Aluminium. HEX triplet: 81, 8E and 93. RGB value is (129,142,147). Sum of RGB (Red+Green+Blue) = 129+142+147=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #818E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818E93 is #7E716C. Grayscale: #8A8A8A. Windows color (decimal): -8286573 or 9670273. OLE color: 9670273.
HSL color Cylindrical-coordinate representation of color #818E93: hue angle of 196.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818E93 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 142 | 147 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.42 |
| HSL | 196.67º | 0.08% | 0.54% | - |
| HSV(B) | 196.67º | 0.12% | 0.58% | - |
| XYZ | 23.99 | 26.12 | 31.38 | - |
| YUV | 138.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 142 | 147 | 0.12 | 0.03 | 0 | 0.42 | 196.67 | 0.08 | 0.54 |
| Hex | 81 | 8E | 93 | C | 3 | 0 | 2A | C5 | 8 | 36 |
| Octal | 201 | 216 | 223 | 14 | 3 | 0 | 52 | 305 | 10 | 66 |
| Binary | 10000001 | 10001110 | 10010011 | 1100 | 11 | 0 | 101010 | 11000101 | 1000 | 110110 |
Color Harmonies of #818E93
Complementary color
Monochromatic Colors of #818E93
Black with #818E93
Text Example
Text Example
White with #818E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818E93; }
p { color: rgb(129,142,147); }
H1.HeaderClassName
{
color: #818E93;
}
.AnyTagClassName
{
color: #818E93;
}
</style>
background-color css
<style>
a { background-color: #818E93; }
a { background-color: rgb(129,142,147); }
div.DivClassName
{
background-color: #818E93;
}
.BgClassName
{
background-color: #818E93;
}
</style>
border-color css
<style>
span { border-color: #818E93; }
span { border-color: rgb(129,142,147); }
td.TdClassName
{
border-color: #818E93;
}
.TagClassName
{
border-color: #818E93;
}
</style>