Shades of Aluminium #878F93
Tints of Aluminium #878F93
RGB
CMYK
RGB Variations
Color information
#878F93 (or 0x878F93) is known color: Aluminium. HEX triplet: 87, 8F and 93. RGB value is (135,143,147). Sum of RGB (Red+Green+Blue) = 135+143+147=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 143 (56.25% from 255 or 33.65% 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 #878F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F93 is #78706C. Grayscale: #8D8D8D. Windows color (decimal): -7893101 or 9670535. OLE color: 9670535.
HSL color Cylindrical-coordinate representation of color #878F93: hue angle of 200º 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 #878F93 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 143 | 147 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.42 |
| HSL | 200º | 0.05% | 0.55% | - |
| HSV(B) | 200º | 0.08% | 0.58% | - |
| XYZ | 25.08 | 26.9 | 31.47 | - |
| YUV | 141.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 147 | 0.08 | 0.03 | 0 | 0.42 | 200 | 0.05 | 0.55 |
| Hex | 87 | 8F | 93 | 8 | 3 | 0 | 2A | C8 | 5 | 37 |
| Octal | 207 | 217 | 223 | 10 | 3 | 0 | 52 | 310 | 5 | 67 |
| Binary | 10000111 | 10001111 | 10010011 | 1000 | 11 | 0 | 101010 | 11001000 | 101 | 110111 |
Color Harmonies of #878F93
Complementary color
Monochromatic Colors of #878F93
Black with #878F93
Text Example
Text Example
White with #878F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F93; }
p { color: rgb(135,143,147); }
H1.HeaderClassName
{
color: #878F93;
}
.AnyTagClassName
{
color: #878F93;
}
</style>
background-color css
<style>
a { background-color: #878F93; }
a { background-color: rgb(135,143,147); }
div.DivClassName
{
background-color: #878F93;
}
.BgClassName
{
background-color: #878F93;
}
</style>
border-color css
<style>
span { border-color: #878F93; }
span { border-color: rgb(135,143,147); }
td.TdClassName
{
border-color: #878F93;
}
.TagClassName
{
border-color: #878F93;
}
</style>