Shades of Aluminium #818D93
Tints of Aluminium #818D93
RGB
CMYK
RGB Variations
Color information
#818D93 (or 0x818D93) is known color: Aluminium. HEX triplet: 81, 8D and 93. RGB value is (129,141,147). Sum of RGB (Red+Green+Blue) = 129+141+147=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #818D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818D93 is #7E726C. Grayscale: #8A8A8A. Windows color (decimal): -8286829 or 9670017. OLE color: 9670017.
HSL color Cylindrical-coordinate representation of color #818D93: hue angle of 200º 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 #818D93 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 141 | 147 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.42 |
| HSL | 200º | 0.08% | 0.54% | - |
| HSV(B) | 200º | 0.12% | 0.58% | - |
| XYZ | 23.84 | 25.82 | 31.33 | - |
| YUV | 138.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 147 | 0.12 | 0.04 | 0 | 0.42 | 200 | 0.08 | 0.54 |
| Hex | 81 | 8D | 93 | C | 4 | 0 | 2A | C8 | 8 | 36 |
| Octal | 201 | 215 | 223 | 14 | 4 | 0 | 52 | 310 | 10 | 66 |
| Binary | 10000001 | 10001101 | 10010011 | 1100 | 100 | 0 | 101010 | 11001000 | 1000 | 110110 |
Color Harmonies of #818D93
Complementary color
Monochromatic Colors of #818D93
Black with #818D93
Text Example
Text Example
White with #818D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D93; }
p { color: rgb(129,141,147); }
H1.HeaderClassName
{
color: #818D93;
}
.AnyTagClassName
{
color: #818D93;
}
</style>
background-color css
<style>
a { background-color: #818D93; }
a { background-color: rgb(129,141,147); }
div.DivClassName
{
background-color: #818D93;
}
.BgClassName
{
background-color: #818D93;
}
</style>
border-color css
<style>
span { border-color: #818D93; }
span { border-color: rgb(129,141,147); }
td.TdClassName
{
border-color: #818D93;
}
.TagClassName
{
border-color: #818D93;
}
</style>