Shades of Aluminium #878F94
Tints of Aluminium #878F94
RGB
CMYK
RGB Variations
Color information
#878F94 (or 0x878F94) is known color: Aluminium. HEX triplet: 87, 8F and 94. RGB value is (135,143,148). Sum of RGB (Red+Green+Blue) = 135+143+148=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 148 - color contains mainly: blue. Hex color #878F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F94 is #78706B. Grayscale: #8D8D8D. Windows color (decimal): -7893100 or 9736071. OLE color: 9736071.
HSL color Cylindrical-coordinate representation of color #878F94: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878F94 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 143 | 148 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.42 |
| HSL | 203.08º | 0.06% | 0.55% | - |
| HSV(B) | 203.08º | 0.09% | 0.58% | - |
| XYZ | 25.16 | 26.93 | 31.89 | - |
| YUV | 141.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 148 | 0.09 | 0.03 | 0 | 0.42 | 203.08 | 0.06 | 0.55 |
| Hex | 87 | 8F | 94 | 9 | 3 | 0 | 2A | CB | 6 | 37 |
| Octal | 207 | 217 | 224 | 11 | 3 | 0 | 52 | 313 | 6 | 67 |
| Binary | 10000111 | 10001111 | 10010100 | 1001 | 11 | 0 | 101010 | 11001011 | 110 | 110111 |
Color Harmonies of #878F94
Complementary color
Monochromatic Colors of #878F94
Black with #878F94
Text Example
Text Example
White with #878F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F94; }
p { color: rgb(135,143,148); }
H1.HeaderClassName
{
color: #878F94;
}
.AnyTagClassName
{
color: #878F94;
}
</style>
background-color css
<style>
a { background-color: #878F94; }
a { background-color: rgb(135,143,148); }
div.DivClassName
{
background-color: #878F94;
}
.BgClassName
{
background-color: #878F94;
}
</style>
border-color css
<style>
span { border-color: #878F94; }
span { border-color: rgb(135,143,148); }
td.TdClassName
{
border-color: #878F94;
}
.TagClassName
{
border-color: #878F94;
}
</style>