Shades of Aluminium #818B92
Tints of Aluminium #818B92
RGB
CMYK
RGB Variations
Color information
#818B92 (or 0x818B92) is known color: Aluminium. HEX triplet: 81, 8B and 92. RGB value is (129,139,146). Sum of RGB (Red+Green+Blue) = 129+139+146=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #818B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B92 is #7E746D. Grayscale: #888888. Windows color (decimal): -8287342 or 9603969. OLE color: 9603969.
HSL color Cylindrical-coordinate representation of color #818B92: hue angle of 204.71º 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 #818B92 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 139 | 146 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.43 |
| HSL | 204.71º | 0.07% | 0.54% | - |
| HSV(B) | 204.71º | 0.12% | 0.57% | - |
| XYZ | 23.47 | 25.21 | 30.82 | - |
| YUV | 136.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 146 | 0.12 | 0.05 | 0 | 0.43 | 204.71 | 0.07 | 0.54 |
| Hex | 81 | 8B | 92 | C | 5 | 0 | 2B | CD | 7 | 36 |
| Octal | 201 | 213 | 222 | 14 | 5 | 0 | 53 | 315 | 7 | 66 |
| Binary | 10000001 | 10001011 | 10010010 | 1100 | 101 | 0 | 101011 | 11001101 | 111 | 110110 |
Color Harmonies of #818B92
Complementary color
Monochromatic Colors of #818B92
Black with #818B92
Text Example
Text Example
White with #818B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B92; }
p { color: rgb(129,139,146); }
H1.HeaderClassName
{
color: #818B92;
}
.AnyTagClassName
{
color: #818B92;
}
</style>
background-color css
<style>
a { background-color: #818B92; }
a { background-color: rgb(129,139,146); }
div.DivClassName
{
background-color: #818B92;
}
.BgClassName
{
background-color: #818B92;
}
</style>
border-color css
<style>
span { border-color: #818B92; }
span { border-color: rgb(129,139,146); }
td.TdClassName
{
border-color: #818B92;
}
.TagClassName
{
border-color: #818B92;
}
</style>