Shades of Aluminium #888D91
Tints of Aluminium #888D91
RGB
CMYK
RGB Variations
Color information
#888D91 (or 0x888D91) is known color: Aluminium. HEX triplet: 88, 8D and 91. RGB value is (136,141,145). Sum of RGB (Red+Green+Blue) = 136+141+145=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 145 - color contains mainly: blue. Hex color #888D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D91 is #77726E. Grayscale: #8B8B8B. Windows color (decimal): -7828079 or 9538952. OLE color: 9538952.
HSL color Cylindrical-coordinate representation of color #888D91: hue angle of 206.67º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888D91 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 141 | 145 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.43 |
| HSL | 206.67º | 0.04% | 0.55% | - |
| HSV(B) | 206.67º | 0.06% | 0.57% | - |
| XYZ | 24.79 | 26.33 | 30.56 | - |
| YUV | 139.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 145 | 0.06 | 0.03 | 0 | 0.43 | 206.67 | 0.04 | 0.55 |
| Hex | 88 | 8D | 91 | 6 | 3 | 0 | 2B | CF | 4 | 37 |
| Octal | 210 | 215 | 221 | 6 | 3 | 0 | 53 | 317 | 4 | 67 |
| Binary | 10001000 | 10001101 | 10010001 | 110 | 11 | 0 | 101011 | 11001111 | 100 | 110111 |
Color Harmonies of #888D91
Complementary color
Monochromatic Colors of #888D91
Black with #888D91
Text Example
Text Example
White with #888D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D91; }
p { color: rgb(136,141,145); }
H1.HeaderClassName
{
color: #888D91;
}
.AnyTagClassName
{
color: #888D91;
}
</style>
background-color css
<style>
a { background-color: #888D91; }
a { background-color: rgb(136,141,145); }
div.DivClassName
{
background-color: #888D91;
}
.BgClassName
{
background-color: #888D91;
}
</style>
border-color css
<style>
span { border-color: #888D91; }
span { border-color: rgb(136,141,145); }
td.TdClassName
{
border-color: #888D91;
}
.TagClassName
{
border-color: #888D91;
}
</style>