Shades of Aluminium #868A8D
Tints of Aluminium #868A8D
RGB
CMYK
RGB Variations
Color information
#868A8D (or 0x868A8D) is known color: Aluminium. HEX triplet: 86, 8A and 8D. RGB value is (134,138,141). Sum of RGB (Red+Green+Blue) = 134+138+141=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 141 - color contains mainly: blue. Hex color #868A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A8D is #797572. Grayscale: #898989. Windows color (decimal): -7959923 or 9276038. OLE color: 9276038.
HSL color Cylindrical-coordinate representation of color #868A8D: hue angle of 205.71º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #868A8D is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 134 | 138 | 141 | - |
CMYK | 0.05 | 0.02 | 0 | 0.45 |
HSL | 205.71º | 0.03% | 0.54% | - |
HSV(B) | 205.71º | 0.05% | 0.55% | - |
XYZ | 23.73 | 25.17 | 28.81 | - |
YUV | 137.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 134 | 138 | 141 | 0.05 | 0.02 | 0 | 0.45 | 205.71 | 0.03 | 0.54 |
Hex | 86 | 8A | 8D | 5 | 2 | 0 | 2D | CE | 3 | 36 |
Octal | 206 | 212 | 215 | 5 | 2 | 0 | 55 | 316 | 3 | 66 |
Binary | 10000110 | 10001010 | 10001101 | 101 | 10 | 0 | 101101 | 11001110 | 11 | 110110 |
Color Harmonies of #868A8D
Complementary color
Monochromatic Colors of #868A8D
Black with #868A8D
Text Example
Text Example
White with #868A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A8D; }
p { color: rgb(134,138,141); }
H1.HeaderClassName
{
color: #868A8D;
}
.AnyTagClassName
{
color: #868A8D;
}
</style>
background-color css
<style>
a { background-color: #868A8D; }
a { background-color: rgb(134,138,141); }
div.DivClassName
{
background-color: #868A8D;
}
.BgClassName
{
background-color: #868A8D;
}
</style>
border-color css
<style>
span { border-color: #868A8D; }
span { border-color: rgb(134,138,141); }
td.TdClassName
{
border-color: #868A8D;
}
.TagClassName
{
border-color: #868A8D;
}
</style>