Shades of Oslo Grey #868E8D
Tints of Oslo Grey #868E8D
RGB
CMYK
RGB Variations
Color information
#868E8D (or 0x868E8D) is known color: Oslo Grey. HEX triplet: 86, 8E and 8D. RGB value is (134,142,141). Sum of RGB (Red+Green+Blue) = 134+142+141=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 142 - color contains mainly: green. Hex color #868E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868E8D is #797172. Grayscale: #8B8B8B. Windows color (decimal): -7958899 or 9277062. OLE color: 9277062.
HSL color Cylindrical-coordinate representation of color #868E8D: hue angle of 172.5º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #868E8D is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 142 | 141 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.44 |
| HSL | 172.5º | 0.03% | 0.54% | - |
| HSV(B) | 172.5º | 0.06% | 0.56% | - |
| XYZ | 24.31 | 26.34 | 29 | - |
| YUV | 139.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 141 | 0.06 | 0 | 0.01 | 0.44 | 172.5 | 0.03 | 0.54 |
| Hex | 86 | 8E | 8D | 6 | 0 | 1 | 2C | AC | 3 | 36 |
| Octal | 206 | 216 | 215 | 6 | 0 | 1 | 54 | 254 | 3 | 66 |
| Binary | 10000110 | 10001110 | 10001101 | 110 | 0 | 1 | 101100 | 10101100 | 11 | 110110 |
Color Harmonies of #868E8D
Complementary color
Monochromatic Colors of #868E8D
Black with #868E8D
Text Example
Text Example
White with #868E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868E8D; }
p { color: rgb(134,142,141); }
H1.HeaderClassName
{
color: #868E8D;
}
.AnyTagClassName
{
color: #868E8D;
}
</style>
background-color css
<style>
a { background-color: #868E8D; }
a { background-color: rgb(134,142,141); }
div.DivClassName
{
background-color: #868E8D;
}
.BgClassName
{
background-color: #868E8D;
}
</style>
border-color css
<style>
span { border-color: #868E8D; }
span { border-color: rgb(134,142,141); }
td.TdClassName
{
border-color: #868E8D;
}
.TagClassName
{
border-color: #868E8D;
}
</style>