Shades of Oslo Grey #808987
Tints of Oslo Grey #808987
RGB
CMYK
RGB Variations
Color information
#808987 (or 0x808987) is known color: Oslo Grey. HEX triplet: 80, 89 and 87. RGB value is (128,137,135). Sum of RGB (Red+Green+Blue) = 128+137+135=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 137 - color contains mainly: green. Hex color #808987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808987 is #7F7678. Grayscale: #868686. Windows color (decimal): -8353401 or 8882560. OLE color: 8882560.
HSL color Cylindrical-coordinate representation of color #808987: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #808987 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 135 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.46 |
| HSL | 166.67º | 0.04% | 0.52% | - |
| HSV(B) | 166.67º | 0.07% | 0.54% | - |
| XYZ | 22.22 | 24.23 | 26.43 | - |
| YUV | 134.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 135 | 0.07 | 0 | 0.01 | 0.46 | 166.67 | 0.04 | 0.52 |
| Hex | 80 | 89 | 87 | 7 | 0 | 1 | 2E | A7 | 4 | 34 |
| Octal | 200 | 211 | 207 | 7 | 0 | 1 | 56 | 247 | 4 | 64 |
| Binary | 10000000 | 10001001 | 10000111 | 111 | 0 | 1 | 101110 | 10100111 | 100 | 110100 |
Color Harmonies of #808987
Complementary color
Monochromatic Colors of #808987
Black with #808987
Text Example
Text Example
White with #808987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808987; }
p { color: rgb(128,137,135); }
H1.HeaderClassName
{
color: #808987;
}
.AnyTagClassName
{
color: #808987;
}
</style>
background-color css
<style>
a { background-color: #808987; }
a { background-color: rgb(128,137,135); }
div.DivClassName
{
background-color: #808987;
}
.BgClassName
{
background-color: #808987;
}
</style>
border-color css
<style>
span { border-color: #808987; }
span { border-color: rgb(128,137,135); }
td.TdClassName
{
border-color: #808987;
}
.TagClassName
{
border-color: #808987;
}
</style>