Shades of Aluminium #888A8D
Tints of Aluminium #888A8D
RGB
CMYK
RGB Variations
Color information
#888A8D (or 0x888A8D) is known color: Aluminium. HEX triplet: 88, 8A and 8D. RGB value is (136,138,141). Sum of RGB (Red+Green+Blue) = 136+138+141=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 141 - color contains mainly: blue. Hex color #888A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A8D is #777572. Grayscale: #898989. Windows color (decimal): -7828851 or 9276040. OLE color: 9276040.
HSL color Cylindrical-coordinate representation of color #888A8D: hue angle of 216º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #888A8D is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 136 | 138 | 141 | - |
CMYK | 0.04 | 0.02 | 0 | 0.45 |
HSL | 216º | 0.02% | 0.54% | - |
HSV(B) | 216º | 0.04% | 0.55% | - |
XYZ | 24.05 | 25.33 | 28.82 | - |
YUV | 137.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 138 | 141 | 0.04 | 0.02 | 0 | 0.45 | 216 | 0.02 | 0.54 |
Hex | 88 | 8A | 8D | 4 | 2 | 0 | 2D | D8 | 2 | 36 |
Octal | 210 | 212 | 215 | 4 | 2 | 0 | 55 | 330 | 2 | 66 |
Binary | 10001000 | 10001010 | 10001101 | 100 | 10 | 0 | 101101 | 11011000 | 10 | 110110 |
Color Harmonies of #888A8D
Complementary color
Monochromatic Colors of #888A8D
Black with #888A8D
Text Example
Text Example
White with #888A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A8D; }
p { color: rgb(136,138,141); }
H1.HeaderClassName
{
color: #888A8D;
}
.AnyTagClassName
{
color: #888A8D;
}
</style>
background-color css
<style>
a { background-color: #888A8D; }
a { background-color: rgb(136,138,141); }
div.DivClassName
{
background-color: #888A8D;
}
.BgClassName
{
background-color: #888A8D;
}
</style>
border-color css
<style>
span { border-color: #888A8D; }
span { border-color: rgb(136,138,141); }
td.TdClassName
{
border-color: #888A8D;
}
.TagClassName
{
border-color: #888A8D;
}
</style>