Shades of Aluminium #808D95
Tints of Aluminium #808D95
RGB
CMYK
RGB Variations
Color information
#808D95 (or 0x808D95) is known color: Aluminium. HEX triplet: 80, 8D and 95. RGB value is (128,141,149). Sum of RGB (Red+Green+Blue) = 128+141+149=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 149 - color contains mainly: blue. Hex color #808D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D95 is #7F726A. Grayscale: #898989. Windows color (decimal): -8352363 or 9801088. OLE color: 9801088.
HSL color Cylindrical-coordinate representation of color #808D95: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808D95 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 141 | 149 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.42 |
| HSL | 202.86º | 0.09% | 0.54% | - |
| HSV(B) | 202.86º | 0.14% | 0.58% | - |
| XYZ | 23.85 | 25.81 | 32.16 | - |
| YUV | 138.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 149 | 0.14 | 0.05 | 0 | 0.42 | 202.86 | 0.09 | 0.54 |
| Hex | 80 | 8D | 95 | E | 5 | 0 | 2A | CB | 9 | 36 |
| Octal | 200 | 215 | 225 | 16 | 5 | 0 | 52 | 313 | 11 | 66 |
| Binary | 10000000 | 10001101 | 10010101 | 1110 | 101 | 0 | 101010 | 11001011 | 1001 | 110110 |
Color Harmonies of #808D95
Complementary color
Monochromatic Colors of #808D95
Black with #808D95
Text Example
Text Example
White with #808D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D95; }
p { color: rgb(128,141,149); }
H1.HeaderClassName
{
color: #808D95;
}
.AnyTagClassName
{
color: #808D95;
}
</style>
background-color css
<style>
a { background-color: #808D95; }
a { background-color: rgb(128,141,149); }
div.DivClassName
{
background-color: #808D95;
}
.BgClassName
{
background-color: #808D95;
}
</style>
border-color css
<style>
span { border-color: #808D95; }
span { border-color: rgb(128,141,149); }
td.TdClassName
{
border-color: #808D95;
}
.TagClassName
{
border-color: #808D95;
}
</style>