Shades of Aluminium #808B90
Tints of Aluminium #808B90
RGB
CMYK
RGB Variations
Color information
#808B90 (or 0x808B90) is known color: Aluminium. HEX triplet: 80, 8B and 90. RGB value is (128,139,144). Sum of RGB (Red+Green+Blue) = 128+139+144=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 144 - color contains mainly: blue. Hex color #808B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B90 is #7F746F. Grayscale: #888888. Windows color (decimal): -8352880 or 9472896. OLE color: 9472896.
HSL color Cylindrical-coordinate representation of color #808B90: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808B90 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 139 | 144 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.44 |
| HSL | 198.75º | 0.07% | 0.53% | - |
| HSV(B) | 198.75º | 0.11% | 0.56% | - |
| XYZ | 23.17 | 25.07 | 30 | - |
| YUV | 136.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 144 | 0.11 | 0.03 | 0 | 0.44 | 198.75 | 0.07 | 0.53 |
| Hex | 80 | 8B | 90 | B | 3 | 0 | 2C | C7 | 7 | 35 |
| Octal | 200 | 213 | 220 | 13 | 3 | 0 | 54 | 307 | 7 | 65 |
| Binary | 10000000 | 10001011 | 10010000 | 1011 | 11 | 0 | 101100 | 11000111 | 111 | 110101 |
Color Harmonies of #808B90
Complementary color
Monochromatic Colors of #808B90
Black with #808B90
Text Example
Text Example
White with #808B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B90; }
p { color: rgb(128,139,144); }
H1.HeaderClassName
{
color: #808B90;
}
.AnyTagClassName
{
color: #808B90;
}
</style>
background-color css
<style>
a { background-color: #808B90; }
a { background-color: rgb(128,139,144); }
div.DivClassName
{
background-color: #808B90;
}
.BgClassName
{
background-color: #808B90;
}
</style>
border-color css
<style>
span { border-color: #808B90; }
span { border-color: rgb(128,139,144); }
td.TdClassName
{
border-color: #808B90;
}
.TagClassName
{
border-color: #808B90;
}
</style>