Shades of Oslo Grey #808E8B
Tints of Oslo Grey #808E8B
RGB
CMYK
RGB Variations
Color information
#808E8B (or 0x808E8B) is known color: Oslo Grey. HEX triplet: 80, 8E and 8B. RGB value is (128,142,139). Sum of RGB (Red+Green+Blue) = 128+142+139=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 142 - color contains mainly: green. Hex color #808E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808E8B is #7F7174. Grayscale: #898989. Windows color (decimal): -8352117 or 9145984. OLE color: 9145984.
HSL color Cylindrical-coordinate representation of color #808E8B: hue angle of 167.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808E8B is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 139 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.44 |
| HSL | 167.14º | 0.06% | 0.53% | - |
| HSV(B) | 167.14º | 0.1% | 0.56% | - |
| XYZ | 23.24 | 25.8 | 28.18 | - |
| YUV | 137.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 139 | 0.10 | 0 | 0.02 | 0.44 | 167.14 | 0.06 | 0.53 |
| Hex | 80 | 8E | 8B | A | 0 | 2 | 2C | A7 | 6 | 35 |
| Octal | 200 | 216 | 213 | 12 | 0 | 2 | 54 | 247 | 6 | 65 |
| Binary | 10000000 | 10001110 | 10001011 | 1010 | 0 | 10 | 101100 | 10100111 | 110 | 110101 |
Color Harmonies of #808E8B
Complementary color
Monochromatic Colors of #808E8B
Black with #808E8B
Text Example
Text Example
White with #808E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E8B; }
p { color: rgb(128,142,139); }
H1.HeaderClassName
{
color: #808E8B;
}
.AnyTagClassName
{
color: #808E8B;
}
</style>
background-color css
<style>
a { background-color: #808E8B; }
a { background-color: rgb(128,142,139); }
div.DivClassName
{
background-color: #808E8B;
}
.BgClassName
{
background-color: #808E8B;
}
</style>
border-color css
<style>
span { border-color: #808E8B; }
span { border-color: rgb(128,142,139); }
td.TdClassName
{
border-color: #808E8B;
}
.TagClassName
{
border-color: #808E8B;
}
</style>