Shades of Oslo Grey #838D8B
Tints of Oslo Grey #838D8B
RGB
CMYK
RGB Variations
Color information
#838D8B (or 0x838D8B) is known color: Oslo Grey. HEX triplet: 83, 8D and 8B. RGB value is (131,141,139). Sum of RGB (Red+Green+Blue) = 131+141+139=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 141 - color contains mainly: green. Hex color #838D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838D8B is #7C7274. Grayscale: #898989. Windows color (decimal): -8155765 or 9145731. OLE color: 9145731.
HSL color Cylindrical-coordinate representation of color #838D8B: hue angle of 168º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #838D8B is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 139 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.45 |
| HSL | 168º | 0.04% | 0.53% | - |
| HSV(B) | 168º | 0.07% | 0.55% | - |
| XYZ | 23.55 | 25.74 | 28.15 | - |
| YUV | 137.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 139 | 0.07 | 0 | 0.01 | 0.45 | 168 | 0.04 | 0.53 |
| Hex | 83 | 8D | 8B | 7 | 0 | 1 | 2D | A8 | 4 | 35 |
| Octal | 203 | 215 | 213 | 7 | 0 | 1 | 55 | 250 | 4 | 65 |
| Binary | 10000011 | 10001101 | 10001011 | 111 | 0 | 1 | 101101 | 10101000 | 100 | 110101 |
Color Harmonies of #838D8B
Complementary color
Monochromatic Colors of #838D8B
Black with #838D8B
Text Example
Text Example
White with #838D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D8B; }
p { color: rgb(131,141,139); }
H1.HeaderClassName
{
color: #838D8B;
}
.AnyTagClassName
{
color: #838D8B;
}
</style>
background-color css
<style>
a { background-color: #838D8B; }
a { background-color: rgb(131,141,139); }
div.DivClassName
{
background-color: #838D8B;
}
.BgClassName
{
background-color: #838D8B;
}
</style>
border-color css
<style>
span { border-color: #838D8B; }
span { border-color: rgb(131,141,139); }
td.TdClassName
{
border-color: #838D8B;
}
.TagClassName
{
border-color: #838D8B;
}
</style>