Shades of Oslo Grey #808B8B
Tints of Oslo Grey #808B8B
RGB
CMYK
RGB Variations
Color information
#808B8B (or 0x808B8B) is known color: Oslo Grey. HEX triplet: 80, 8B and 8B. RGB value is (128,139,139). Sum of RGB (Red+Green+Blue) = 128+139+139=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #808B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B8B is #7F7474. Grayscale: #878787. Windows color (decimal): -8352885 or 9145216. OLE color: 9145216.
HSL color Cylindrical-coordinate representation of color #808B8B: hue angle of 180º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #808B8B is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 139 | - |
| CMYK | 0.08 | 0 | 0 | 0.45 |
| HSL | 180º | 0.05% | 0.52% | - |
| HSV(B) | 180º | 0.08% | 0.55% | - |
| XYZ | 22.79 | 24.92 | 28.03 | - |
| YUV | 135.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 139 | 0.08 | 0 | 0 | 0.45 | 180 | 0.05 | 0.52 |
| Hex | 80 | 8B | 8B | 8 | 0 | 0 | 2D | B4 | 5 | 34 |
| Octal | 200 | 213 | 213 | 10 | 0 | 0 | 55 | 264 | 5 | 64 |
| Binary | 10000000 | 10001011 | 10001011 | 1000 | 0 | 0 | 101101 | 10110100 | 101 | 110100 |
Color Harmonies of #808B8B
Complementary color
Monochromatic Colors of #808B8B
Black with #808B8B
Text Example
Text Example
White with #808B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B8B; }
p { color: rgb(128,139,139); }
H1.HeaderClassName
{
color: #808B8B;
}
.AnyTagClassName
{
color: #808B8B;
}
</style>
background-color css
<style>
a { background-color: #808B8B; }
a { background-color: rgb(128,139,139); }
div.DivClassName
{
background-color: #808B8B;
}
.BgClassName
{
background-color: #808B8B;
}
</style>
border-color css
<style>
span { border-color: #808B8B; }
span { border-color: rgb(128,139,139); }
td.TdClassName
{
border-color: #808B8B;
}
.TagClassName
{
border-color: #808B8B;
}
</style>