Shades of Aluminium #888E93
Tints of Aluminium #888E93
RGB
CMYK
RGB Variations
Color information
#888E93 (or 0x888E93) is known color: Aluminium. HEX triplet: 88, 8E and 93. RGB value is (136,142,147). Sum of RGB (Red+Green+Blue) = 136+142+147=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 147 - color contains mainly: blue. Hex color #888E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888E93 is #77716C. Grayscale: #8C8C8C. Windows color (decimal): -7827821 or 9670280. OLE color: 9670280.
HSL color Cylindrical-coordinate representation of color #888E93: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #888E93 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 142 | 147 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.42 |
| HSL | 207.27º | 0.05% | 0.55% | - |
| HSV(B) | 207.27º | 0.07% | 0.58% | - |
| XYZ | 25.09 | 26.69 | 31.43 | - |
| YUV | 140.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 147 | 0.07 | 0.03 | 0 | 0.42 | 207.27 | 0.05 | 0.55 |
| Hex | 88 | 8E | 93 | 7 | 3 | 0 | 2A | CF | 5 | 37 |
| Octal | 210 | 216 | 223 | 7 | 3 | 0 | 52 | 317 | 5 | 67 |
| Binary | 10001000 | 10001110 | 10010011 | 111 | 11 | 0 | 101010 | 11001111 | 101 | 110111 |
Color Harmonies of #888E93
Complementary color
Monochromatic Colors of #888E93
Black with #888E93
Text Example
Text Example
White with #888E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E93; }
p { color: rgb(136,142,147); }
H1.HeaderClassName
{
color: #888E93;
}
.AnyTagClassName
{
color: #888E93;
}
</style>
background-color css
<style>
a { background-color: #888E93; }
a { background-color: rgb(136,142,147); }
div.DivClassName
{
background-color: #888E93;
}
.BgClassName
{
background-color: #888E93;
}
</style>
border-color css
<style>
span { border-color: #888E93; }
span { border-color: rgb(136,142,147); }
td.TdClassName
{
border-color: #888E93;
}
.TagClassName
{
border-color: #888E93;
}
</style>