Shades of Oslo Grey #818987
Tints of Oslo Grey #818987
RGB
CMYK
RGB Variations
Color information
#818987 (or 0x818987) is known color: Oslo Grey. HEX triplet: 81, 89 and 87. RGB value is (129,137,135). Sum of RGB (Red+Green+Blue) = 129+137+135=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 137 - color contains mainly: green. Hex color #818987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818987 is #7E7678. Grayscale: #868686. Windows color (decimal): -8287865 or 8882561. OLE color: 8882561.
HSL color Cylindrical-coordinate representation of color #818987: hue angle of 165º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #818987 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 135 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.46 |
| HSL | 165º | 0.03% | 0.52% | - |
| HSV(B) | 165º | 0.06% | 0.54% | - |
| XYZ | 22.37 | 24.31 | 26.43 | - |
| YUV | 134.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 135 | 0.06 | 0 | 0.01 | 0.46 | 165 | 0.03 | 0.52 |
| Hex | 81 | 89 | 87 | 6 | 0 | 1 | 2E | A5 | 3 | 34 |
| Octal | 201 | 211 | 207 | 6 | 0 | 1 | 56 | 245 | 3 | 64 |
| Binary | 10000001 | 10001001 | 10000111 | 110 | 0 | 1 | 101110 | 10100101 | 11 | 110100 |
Color Harmonies of #818987
Complementary color
Monochromatic Colors of #818987
Black with #818987
Text Example
Text Example
White with #818987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818987; }
p { color: rgb(129,137,135); }
H1.HeaderClassName
{
color: #818987;
}
.AnyTagClassName
{
color: #818987;
}
</style>
background-color css
<style>
a { background-color: #818987; }
a { background-color: rgb(129,137,135); }
div.DivClassName
{
background-color: #818987;
}
.BgClassName
{
background-color: #818987;
}
</style>
border-color css
<style>
span { border-color: #818987; }
span { border-color: rgb(129,137,135); }
td.TdClassName
{
border-color: #818987;
}
.TagClassName
{
border-color: #818987;
}
</style>