Shades of Oslo Grey #808B8C
Tints of Oslo Grey #808B8C
RGB
CMYK
RGB Variations
Color information
#808B8C (or 0x808B8C) is known color: Oslo Grey. HEX triplet: 80, 8B and 8C. RGB value is (128,139,140). Sum of RGB (Red+Green+Blue) = 128+139+140=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 140 - color contains mainly: blue. Hex color #808B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B8C is #7F7473. Grayscale: #878787. Windows color (decimal): -8352884 or 9210752. OLE color: 9210752.
HSL color Cylindrical-coordinate representation of color #808B8C: hue angle of 185º 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 #808B8C is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 140 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.45 |
| HSL | 185º | 0.05% | 0.53% | - |
| HSV(B) | 185º | 0.09% | 0.55% | - |
| XYZ | 22.87 | 24.95 | 28.42 | - |
| YUV | 135.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 140 | 0.09 | 0.01 | 0 | 0.45 | 185 | 0.05 | 0.53 |
| Hex | 80 | 8B | 8C | 9 | 1 | 0 | 2D | B9 | 5 | 35 |
| Octal | 200 | 213 | 214 | 11 | 1 | 0 | 55 | 271 | 5 | 65 |
| Binary | 10000000 | 10001011 | 10001100 | 1001 | 1 | 0 | 101101 | 10111001 | 101 | 110101 |
Color Harmonies of #808B8C
Complementary color
Monochromatic Colors of #808B8C
Black with #808B8C
Text Example
Text Example
White with #808B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B8C; }
p { color: rgb(128,139,140); }
H1.HeaderClassName
{
color: #808B8C;
}
.AnyTagClassName
{
color: #808B8C;
}
</style>
background-color css
<style>
a { background-color: #808B8C; }
a { background-color: rgb(128,139,140); }
div.DivClassName
{
background-color: #808B8C;
}
.BgClassName
{
background-color: #808B8C;
}
</style>
border-color css
<style>
span { border-color: #808B8C; }
span { border-color: rgb(128,139,140); }
td.TdClassName
{
border-color: #808B8C;
}
.TagClassName
{
border-color: #808B8C;
}
</style>