Shades of Aluminium #808B93
Tints of Aluminium #808B93
RGB
CMYK
RGB Variations
Color information
#808B93 (or 0x808B93) is known color: Aluminium. HEX triplet: 80, 8B and 93. RGB value is (128,139,147). Sum of RGB (Red+Green+Blue) = 128+139+147=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #808B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B93 is #7F746C. Grayscale: #888888. Windows color (decimal): -8352877 or 9669504. OLE color: 9669504.
HSL color Cylindrical-coordinate representation of color #808B93: hue angle of 205.26º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #808B93 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 139 | 147 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.42 |
| HSL | 205.26º | 0.08% | 0.54% | - |
| HSV(B) | 205.26º | 0.13% | 0.58% | - |
| XYZ | 23.4 | 25.16 | 31.23 | - |
| YUV | 136.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 147 | 0.13 | 0.05 | 0 | 0.42 | 205.26 | 0.08 | 0.54 |
| Hex | 80 | 8B | 93 | D | 5 | 0 | 2A | CD | 8 | 36 |
| Octal | 200 | 213 | 223 | 15 | 5 | 0 | 52 | 315 | 10 | 66 |
| Binary | 10000000 | 10001011 | 10010011 | 1101 | 101 | 0 | 101010 | 11001101 | 1000 | 110110 |
Color Harmonies of #808B93
Complementary color
Monochromatic Colors of #808B93
Black with #808B93
Text Example
Text Example
White with #808B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B93; }
p { color: rgb(128,139,147); }
H1.HeaderClassName
{
color: #808B93;
}
.AnyTagClassName
{
color: #808B93;
}
</style>
background-color css
<style>
a { background-color: #808B93; }
a { background-color: rgb(128,139,147); }
div.DivClassName
{
background-color: #808B93;
}
.BgClassName
{
background-color: #808B93;
}
</style>
border-color css
<style>
span { border-color: #808B93; }
span { border-color: rgb(128,139,147); }
td.TdClassName
{
border-color: #808B93;
}
.TagClassName
{
border-color: #808B93;
}
</style>