Shades of Aluminium #888B90
Tints of Aluminium #888B90
RGB
CMYK
RGB Variations
Color information
#888B90 (or 0x888B90) is known color: Aluminium. HEX triplet: 88, 8B and 90. RGB value is (136,139,144). Sum of RGB (Red+Green+Blue) = 136+139+144=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 144 - color contains mainly: blue. Hex color #888B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B90 is #77746F. Grayscale: #8A8A8A. Windows color (decimal): -7828592 or 9472904. OLE color: 9472904.
HSL color Cylindrical-coordinate representation of color #888B90: hue angle of 217.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888B90 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 139 | 144 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.44 |
| HSL | 217.5º | 0.03% | 0.55% | - |
| HSV(B) | 217.5º | 0.06% | 0.56% | - |
| XYZ | 24.42 | 25.71 | 30.06 | - |
| YUV | 138.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 144 | 0.06 | 0.03 | 0 | 0.44 | 217.5 | 0.03 | 0.55 |
| Hex | 88 | 8B | 90 | 6 | 3 | 0 | 2C | DA | 3 | 37 |
| Octal | 210 | 213 | 220 | 6 | 3 | 0 | 54 | 332 | 3 | 67 |
| Binary | 10001000 | 10001011 | 10010000 | 110 | 11 | 0 | 101100 | 11011010 | 11 | 110111 |
Color Harmonies of #888B90
Complementary color
Monochromatic Colors of #888B90
Black with #888B90
Text Example
Text Example
White with #888B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B90; }
p { color: rgb(136,139,144); }
H1.HeaderClassName
{
color: #888B90;
}
.AnyTagClassName
{
color: #888B90;
}
</style>
background-color css
<style>
a { background-color: #888B90; }
a { background-color: rgb(136,139,144); }
div.DivClassName
{
background-color: #888B90;
}
.BgClassName
{
background-color: #888B90;
}
</style>
border-color css
<style>
span { border-color: #888B90; }
span { border-color: rgb(136,139,144); }
td.TdClassName
{
border-color: #888B90;
}
.TagClassName
{
border-color: #888B90;
}
</style>