Shades of Oslo Grey #808988
Tints of Oslo Grey #808988
RGB
CMYK
RGB Variations
Color information
#808988 (or 0x808988) is known color: Oslo Grey. HEX triplet: 80, 89 and 88. RGB value is (128,137,136). Sum of RGB (Red+Green+Blue) = 128+137+136=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 137 - color contains mainly: green. Hex color #808988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808988 is #7F7677. Grayscale: #868686. Windows color (decimal): -8353400 or 8948096. OLE color: 8948096.
HSL color Cylindrical-coordinate representation of color #808988: hue angle of 173.33º 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 #808988 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 136 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.46 |
| HSL | 173.33º | 0.04% | 0.52% | - |
| HSV(B) | 173.33º | 0.07% | 0.54% | - |
| XYZ | 22.29 | 24.26 | 26.8 | - |
| YUV | 134.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 136 | 0.07 | 0 | 0.01 | 0.46 | 173.33 | 0.04 | 0.52 |
| Hex | 80 | 89 | 88 | 7 | 0 | 1 | 2E | AD | 4 | 34 |
| Octal | 200 | 211 | 210 | 7 | 0 | 1 | 56 | 255 | 4 | 64 |
| Binary | 10000000 | 10001001 | 10001000 | 111 | 0 | 1 | 101110 | 10101101 | 100 | 110100 |
Color Harmonies of #808988
Complementary color
Monochromatic Colors of #808988
Black with #808988
Text Example
Text Example
White with #808988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808988; }
p { color: rgb(128,137,136); }
H1.HeaderClassName
{
color: #808988;
}
.AnyTagClassName
{
color: #808988;
}
</style>
background-color css
<style>
a { background-color: #808988; }
a { background-color: rgb(128,137,136); }
div.DivClassName
{
background-color: #808988;
}
.BgClassName
{
background-color: #808988;
}
</style>
border-color css
<style>
span { border-color: #808988; }
span { border-color: rgb(128,137,136); }
td.TdClassName
{
border-color: #808988;
}
.TagClassName
{
border-color: #808988;
}
</style>