Shades of Aluminium #878E93
Tints of Aluminium #878E93
RGB
CMYK
RGB Variations
Color information
#878E93 (or 0x878E93) is known color: Aluminium. HEX triplet: 87, 8E and 93. RGB value is (135,142,147). Sum of RGB (Red+Green+Blue) = 135+142+147=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 147 - color contains mainly: blue. Hex color #878E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E93 is #78716C. Grayscale: #8C8C8C. Windows color (decimal): -7893357 or 9670279. OLE color: 9670279.
HSL color Cylindrical-coordinate representation of color #878E93: hue angle of 205º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #878E93 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 142 | 147 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.42 |
| HSL | 205º | 0.05% | 0.55% | - |
| HSV(B) | 205º | 0.08% | 0.58% | - |
| XYZ | 24.93 | 26.6 | 31.42 | - |
| YUV | 140.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 147 | 0.08 | 0.03 | 0 | 0.42 | 205 | 0.05 | 0.55 |
| Hex | 87 | 8E | 93 | 8 | 3 | 0 | 2A | CD | 5 | 37 |
| Octal | 207 | 216 | 223 | 10 | 3 | 0 | 52 | 315 | 5 | 67 |
| Binary | 10000111 | 10001110 | 10010011 | 1000 | 11 | 0 | 101010 | 11001101 | 101 | 110111 |
Color Harmonies of #878E93
Complementary color
Monochromatic Colors of #878E93
Black with #878E93
Text Example
Text Example
White with #878E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E93; }
p { color: rgb(135,142,147); }
H1.HeaderClassName
{
color: #878E93;
}
.AnyTagClassName
{
color: #878E93;
}
</style>
background-color css
<style>
a { background-color: #878E93; }
a { background-color: rgb(135,142,147); }
div.DivClassName
{
background-color: #878E93;
}
.BgClassName
{
background-color: #878E93;
}
</style>
border-color css
<style>
span { border-color: #878E93; }
span { border-color: rgb(135,142,147); }
td.TdClassName
{
border-color: #878E93;
}
.TagClassName
{
border-color: #878E93;
}
</style>