Shades of Aluminium #808387
Tints of Aluminium #808387
RGB
CMYK
RGB Variations
Color information
#808387 (or 0x808387) is known color: Aluminium. HEX triplet: 80, 83 and 87. RGB value is (128,131,135). Sum of RGB (Red+Green+Blue) = 128+131+135=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 135 - color contains mainly: blue. Hex color #808387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808387 is #7F7C78. Grayscale: #828282. Windows color (decimal): -8354937 or 8881024. OLE color: 8881024.
HSL color Cylindrical-coordinate representation of color #808387: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #808387 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 131 | 135 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.47 |
| HSL | 214.29º | 0.03% | 0.52% | - |
| HSV(B) | 214.29º | 0.05% | 0.53% | - |
| XYZ | 21.39 | 22.57 | 26.15 | - |
| YUV | 130.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 135 | 0.05 | 0.03 | 0 | 0.47 | 214.29 | 0.03 | 0.52 |
| Hex | 80 | 83 | 87 | 5 | 3 | 0 | 2F | D6 | 3 | 34 |
| Octal | 200 | 203 | 207 | 5 | 3 | 0 | 57 | 326 | 3 | 64 |
| Binary | 10000000 | 10000011 | 10000111 | 101 | 11 | 0 | 101111 | 11010110 | 11 | 110100 |
Color Harmonies of #808387
Complementary color
Monochromatic Colors of #808387
Black with #808387
Text Example
Text Example
White with #808387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808387; }
p { color: rgb(128,131,135); }
H1.HeaderClassName
{
color: #808387;
}
.AnyTagClassName
{
color: #808387;
}
</style>
background-color css
<style>
a { background-color: #808387; }
a { background-color: rgb(128,131,135); }
div.DivClassName
{
background-color: #808387;
}
.BgClassName
{
background-color: #808387;
}
</style>
border-color css
<style>
span { border-color: #808387; }
span { border-color: rgb(128,131,135); }
td.TdClassName
{
border-color: #808387;
}
.TagClassName
{
border-color: #808387;
}
</style>