Shades of Aluminium #888A8B
Tints of Aluminium #888A8B
RGB
CMYK
RGB Variations
Color information
#888A8B (or 0x888A8B) is known color: Aluminium. HEX triplet: 88, 8A and 8B. RGB value is (136,138,139). Sum of RGB (Red+Green+Blue) = 136+138+139=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 139 - color contains mainly: blue. Hex color #888A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A8B is #777574. Grayscale: #898989. Windows color (decimal): -7828853 or 9144968. OLE color: 9144968.
HSL color Cylindrical-coordinate representation of color #888A8B: hue angle of 200º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #888A8B is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 138 | 139 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.45 |
| HSL | 200º | 0.01% | 0.54% | - |
| HSV(B) | 200º | 0.02% | 0.55% | - |
| XYZ | 23.9 | 25.28 | 28.04 | - |
| YUV | 137.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 139 | 0.02 | 0.01 | 0 | 0.45 | 200 | 0.01 | 0.54 |
| Hex | 88 | 8A | 8B | 2 | 1 | 0 | 2D | C8 | 1 | 36 |
| Octal | 210 | 212 | 213 | 2 | 1 | 0 | 55 | 310 | 1 | 66 |
| Binary | 10001000 | 10001010 | 10001011 | 10 | 1 | 0 | 101101 | 11001000 | 1 | 110110 |
Color Harmonies of #888A8B
Complementary color
Monochromatic Colors of #888A8B
Black with #888A8B
Text Example
Text Example
White with #888A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A8B; }
p { color: rgb(136,138,139); }
H1.HeaderClassName
{
color: #888A8B;
}
.AnyTagClassName
{
color: #888A8B;
}
</style>
background-color css
<style>
a { background-color: #888A8B; }
a { background-color: rgb(136,138,139); }
div.DivClassName
{
background-color: #888A8B;
}
.BgClassName
{
background-color: #888A8B;
}
</style>
border-color css
<style>
span { border-color: #888A8B; }
span { border-color: rgb(136,138,139); }
td.TdClassName
{
border-color: #888A8B;
}
.TagClassName
{
border-color: #888A8B;
}
</style>