Shades of Aluminium #808A91
Tints of Aluminium #808A91
RGB
CMYK
RGB Variations
Color information
#808A91 (or 0x808A91) is known color: Aluminium. HEX triplet: 80, 8A and 91. RGB value is (128,138,145). Sum of RGB (Red+Green+Blue) = 128+138+145=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 145 - color contains mainly: blue. Hex color #808A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A91 is #7F756E. Grayscale: #878787. Windows color (decimal): -8353135 or 9538176. OLE color: 9538176.
HSL color Cylindrical-coordinate representation of color #808A91: 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 #808A91 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 138 | 145 | - |
| 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.1 | 24.81 | 30.36 | - |
| YUV | 135.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 145 | 0.12 | 0.05 | 0 | 0.43 | 204.71 | 0.07 | 0.54 |
| Hex | 80 | 8A | 91 | C | 5 | 0 | 2B | CD | 7 | 36 |
| Octal | 200 | 212 | 221 | 14 | 5 | 0 | 53 | 315 | 7 | 66 |
| Binary | 10000000 | 10001010 | 10010001 | 1100 | 101 | 0 | 101011 | 11001101 | 111 | 110110 |
Color Harmonies of #808A91
Complementary color
Monochromatic Colors of #808A91
Black with #808A91
Text Example
Text Example
White with #808A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A91; }
p { color: rgb(128,138,145); }
H1.HeaderClassName
{
color: #808A91;
}
.AnyTagClassName
{
color: #808A91;
}
</style>
background-color css
<style>
a { background-color: #808A91; }
a { background-color: rgb(128,138,145); }
div.DivClassName
{
background-color: #808A91;
}
.BgClassName
{
background-color: #808A91;
}
</style>
border-color css
<style>
span { border-color: #808A91; }
span { border-color: rgb(128,138,145); }
td.TdClassName
{
border-color: #808A91;
}
.TagClassName
{
border-color: #808A91;
}
</style>