Shades of Oslo Grey #808D8B
Tints of Oslo Grey #808D8B
RGB
CMYK
RGB Variations
Color information
#808D8B (or 0x808D8B) is known color: Oslo Grey. HEX triplet: 80, 8D and 8B. RGB value is (128,141,139). Sum of RGB (Red+Green+Blue) = 128+141+139=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 141 - color contains mainly: green. Hex color #808D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D8B is #7F7274. Grayscale: #888888. Windows color (decimal): -8352373 or 9145728. OLE color: 9145728.
HSL color Cylindrical-coordinate representation of color #808D8B: hue angle of 170.77º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808D8B is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 139 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.45 |
| HSL | 170.77º | 0.05% | 0.53% | - |
| HSV(B) | 170.77º | 0.09% | 0.55% | - |
| XYZ | 23.09 | 25.5 | 28.13 | - |
| YUV | 136.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 139 | 0.09 | 0 | 0.01 | 0.45 | 170.77 | 0.05 | 0.53 |
| Hex | 80 | 8D | 8B | 9 | 0 | 1 | 2D | AB | 5 | 35 |
| Octal | 200 | 215 | 213 | 11 | 0 | 1 | 55 | 253 | 5 | 65 |
| Binary | 10000000 | 10001101 | 10001011 | 1001 | 0 | 1 | 101101 | 10101011 | 101 | 110101 |
Color Harmonies of #808D8B
Complementary color
Monochromatic Colors of #808D8B
Black with #808D8B
Text Example
Text Example
White with #808D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D8B; }
p { color: rgb(128,141,139); }
H1.HeaderClassName
{
color: #808D8B;
}
.AnyTagClassName
{
color: #808D8B;
}
</style>
background-color css
<style>
a { background-color: #808D8B; }
a { background-color: rgb(128,141,139); }
div.DivClassName
{
background-color: #808D8B;
}
.BgClassName
{
background-color: #808D8B;
}
</style>
border-color css
<style>
span { border-color: #808D8B; }
span { border-color: rgb(128,141,139); }
td.TdClassName
{
border-color: #808D8B;
}
.TagClassName
{
border-color: #808D8B;
}
</style>