Shades of Aluminium #868E93
Tints of Aluminium #868E93
RGB
CMYK
RGB Variations
Color information
#868E93 (or 0x868E93) is known color: Aluminium. HEX triplet: 86, 8E and 93. RGB value is (134,142,147). Sum of RGB (Red+Green+Blue) = 134+142+147=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 147 - color contains mainly: blue. Hex color #868E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868E93 is #79716C. Grayscale: #8C8C8C. Windows color (decimal): -7958893 or 9670278. OLE color: 9670278.
HSL color Cylindrical-coordinate representation of color #868E93: 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 #868E93 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 142 | 147 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.42 |
| HSL | 203.08º | 0.06% | 0.55% | - |
| HSV(B) | 203.08º | 0.09% | 0.58% | - |
| XYZ | 24.77 | 26.52 | 31.42 | - |
| YUV | 140.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 147 | 0.09 | 0.03 | 0 | 0.42 | 203.08 | 0.06 | 0.55 |
| Hex | 86 | 8E | 93 | 9 | 3 | 0 | 2A | CB | 6 | 37 |
| Octal | 206 | 216 | 223 | 11 | 3 | 0 | 52 | 313 | 6 | 67 |
| Binary | 10000110 | 10001110 | 10010011 | 1001 | 11 | 0 | 101010 | 11001011 | 110 | 110111 |
Color Harmonies of #868E93
Complementary color
Monochromatic Colors of #868E93
Black with #868E93
Text Example
Text Example
White with #868E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868E93; }
p { color: rgb(134,142,147); }
H1.HeaderClassName
{
color: #868E93;
}
.AnyTagClassName
{
color: #868E93;
}
</style>
background-color css
<style>
a { background-color: #868E93; }
a { background-color: rgb(134,142,147); }
div.DivClassName
{
background-color: #868E93;
}
.BgClassName
{
background-color: #868E93;
}
</style>
border-color css
<style>
span { border-color: #868E93; }
span { border-color: rgb(134,142,147); }
td.TdClassName
{
border-color: #868E93;
}
.TagClassName
{
border-color: #868E93;
}
</style>