Shades of Aluminium #888C90
Tints of Aluminium #888C90
RGB
CMYK
RGB Variations
Color information
#888C90 (or 0x888C90) is known color: Aluminium. HEX triplet: 88, 8C and 90. RGB value is (136,140,144). Sum of RGB (Red+Green+Blue) = 136+140+144=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 144 - color contains mainly: blue. Hex color #888C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C90 is #77736F. Grayscale: #8B8B8B. Windows color (decimal): -7828336 or 9473160. OLE color: 9473160.
HSL color Cylindrical-coordinate representation of color #888C90: hue angle of 210º 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 #888C90 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 140 | 144 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.44 |
| HSL | 210º | 0.03% | 0.55% | - |
| HSV(B) | 210º | 0.06% | 0.56% | - |
| XYZ | 24.57 | 26 | 30.11 | - |
| YUV | 139.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 144 | 0.06 | 0.03 | 0 | 0.44 | 210 | 0.03 | 0.55 |
| Hex | 88 | 8C | 90 | 6 | 3 | 0 | 2C | D2 | 3 | 37 |
| Octal | 210 | 214 | 220 | 6 | 3 | 0 | 54 | 322 | 3 | 67 |
| Binary | 10001000 | 10001100 | 10010000 | 110 | 11 | 0 | 101100 | 11010010 | 11 | 110111 |
Color Harmonies of #888C90
Complementary color
Monochromatic Colors of #888C90
Black with #888C90
Text Example
Text Example
White with #888C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C90; }
p { color: rgb(136,140,144); }
H1.HeaderClassName
{
color: #888C90;
}
.AnyTagClassName
{
color: #888C90;
}
</style>
background-color css
<style>
a { background-color: #888C90; }
a { background-color: rgb(136,140,144); }
div.DivClassName
{
background-color: #888C90;
}
.BgClassName
{
background-color: #888C90;
}
</style>
border-color css
<style>
span { border-color: #888C90; }
span { border-color: rgb(136,140,144); }
td.TdClassName
{
border-color: #888C90;
}
.TagClassName
{
border-color: #888C90;
}
</style>