Shades of Aluminium #868D92
Tints of Aluminium #868D92
RGB
CMYK
RGB Variations
Color information
#868D92 (or 0x868D92) is known color: Aluminium. HEX triplet: 86, 8D and 92. RGB value is (134,141,146). Sum of RGB (Red+Green+Blue) = 134+141+146=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 146 - color contains mainly: blue. Hex color #868D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868D92 is #79726D. Grayscale: #8B8B8B. Windows color (decimal): -7959150 or 9604486. OLE color: 9604486.
HSL color Cylindrical-coordinate representation of color #868D92: hue angle of 205º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #868D92 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 141 | 146 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.43 |
| HSL | 205º | 0.05% | 0.55% | - |
| HSV(B) | 205º | 0.08% | 0.57% | - |
| XYZ | 24.54 | 26.19 | 30.96 | - |
| YUV | 139.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 141 | 146 | 0.08 | 0.03 | 0 | 0.43 | 205 | 0.05 | 0.55 |
| Hex | 86 | 8D | 92 | 8 | 3 | 0 | 2B | CD | 5 | 37 |
| Octal | 206 | 215 | 222 | 10 | 3 | 0 | 53 | 315 | 5 | 67 |
| Binary | 10000110 | 10001101 | 10010010 | 1000 | 11 | 0 | 101011 | 11001101 | 101 | 110111 |
Color Harmonies of #868D92
Complementary color
Monochromatic Colors of #868D92
Black with #868D92
Text Example
Text Example
White with #868D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868D92; }
p { color: rgb(134,141,146); }
H1.HeaderClassName
{
color: #868D92;
}
.AnyTagClassName
{
color: #868D92;
}
</style>
background-color css
<style>
a { background-color: #868D92; }
a { background-color: rgb(134,141,146); }
div.DivClassName
{
background-color: #868D92;
}
.BgClassName
{
background-color: #868D92;
}
</style>
border-color css
<style>
span { border-color: #868D92; }
span { border-color: rgb(134,141,146); }
td.TdClassName
{
border-color: #868D92;
}
.TagClassName
{
border-color: #868D92;
}
</style>