Shades of Aluminium #818B93
Tints of Aluminium #818B93
RGB
CMYK
RGB Variations
Color information
#818B93 (or 0x818B93) is known color: Aluminium. HEX triplet: 81, 8B and 93. RGB value is (129,139,147). Sum of RGB (Red+Green+Blue) = 129+139+147=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 147 - color contains mainly: blue. Hex color #818B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B93 is #7E746C. Grayscale: #888888. Windows color (decimal): -8287341 or 9669505. OLE color: 9669505.
HSL color Cylindrical-coordinate representation of color #818B93: hue angle of 206.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 #818B93 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 139 | 147 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.42 |
| HSL | 206.67º | 0.08% | 0.54% | - |
| HSV(B) | 206.67º | 0.12% | 0.58% | - |
| XYZ | 23.55 | 25.24 | 31.23 | - |
| YUV | 136.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 147 | 0.12 | 0.05 | 0 | 0.42 | 206.67 | 0.08 | 0.54 |
| Hex | 81 | 8B | 93 | C | 5 | 0 | 2A | CF | 8 | 36 |
| Octal | 201 | 213 | 223 | 14 | 5 | 0 | 52 | 317 | 10 | 66 |
| Binary | 10000001 | 10001011 | 10010011 | 1100 | 101 | 0 | 101010 | 11001111 | 1000 | 110110 |
Color Harmonies of #818B93
Complementary color
Monochromatic Colors of #818B93
Black with #818B93
Text Example
Text Example
White with #818B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B93; }
p { color: rgb(129,139,147); }
H1.HeaderClassName
{
color: #818B93;
}
.AnyTagClassName
{
color: #818B93;
}
</style>
background-color css
<style>
a { background-color: #818B93; }
a { background-color: rgb(129,139,147); }
div.DivClassName
{
background-color: #818B93;
}
.BgClassName
{
background-color: #818B93;
}
</style>
border-color css
<style>
span { border-color: #818B93; }
span { border-color: rgb(129,139,147); }
td.TdClassName
{
border-color: #818B93;
}
.TagClassName
{
border-color: #818B93;
}
</style>