Shades of Aluminium #878A8D
Tints of Aluminium #878A8D
RGB
CMYK
RGB Variations
Color information
#878A8D (or 0x878A8D) is known color: Aluminium. HEX triplet: 87, 8A and 8D. RGB value is (135,138,141). Sum of RGB (Red+Green+Blue) = 135+138+141=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 141 - color contains mainly: blue. Hex color #878A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A8D is #787572. Grayscale: #898989. Windows color (decimal): -7894387 or 9276039. OLE color: 9276039.
HSL color Cylindrical-coordinate representation of color #878A8D: hue angle of 210º degrees, saturation: 0.03, 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 #878A8D is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 135 | 138 | 141 | - |
CMYK | 0.04 | 0.02 | 0 | 0.45 |
HSL | 210º | 0.03% | 0.54% | - |
HSV(B) | 210º | 0.04% | 0.55% | - |
XYZ | 23.89 | 25.25 | 28.81 | - |
YUV | 137.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 138 | 141 | 0.04 | 0.02 | 0 | 0.45 | 210 | 0.03 | 0.54 |
Hex | 87 | 8A | 8D | 4 | 2 | 0 | 2D | D2 | 3 | 36 |
Octal | 207 | 212 | 215 | 4 | 2 | 0 | 55 | 322 | 3 | 66 |
Binary | 10000111 | 10001010 | 10001101 | 100 | 10 | 0 | 101101 | 11010010 | 11 | 110110 |
Color Harmonies of #878A8D
Complementary color
Monochromatic Colors of #878A8D
Black with #878A8D
Text Example
Text Example
White with #878A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A8D; }
p { color: rgb(135,138,141); }
H1.HeaderClassName
{
color: #878A8D;
}
.AnyTagClassName
{
color: #878A8D;
}
</style>
background-color css
<style>
a { background-color: #878A8D; }
a { background-color: rgb(135,138,141); }
div.DivClassName
{
background-color: #878A8D;
}
.BgClassName
{
background-color: #878A8D;
}
</style>
border-color css
<style>
span { border-color: #878A8D; }
span { border-color: rgb(135,138,141); }
td.TdClassName
{
border-color: #878A8D;
}
.TagClassName
{
border-color: #878A8D;
}
</style>