Shades of Oslo Grey #838D8C
Tints of Oslo Grey #838D8C
RGB
CMYK
RGB Variations
Color information
#838D8C (or 0x838D8C) is known color: Oslo Grey. HEX triplet: 83, 8D and 8C. RGB value is (131,141,140). Sum of RGB (Red+Green+Blue) = 131+141+140=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 141 - color contains mainly: green. Hex color #838D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838D8C is #7C7273. Grayscale: #898989. Windows color (decimal): -8155764 or 9211267. OLE color: 9211267.
HSL color Cylindrical-coordinate representation of color #838D8C: hue angle of 174º 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 #838D8C is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 140 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.45 |
| HSL | 174º | 0.04% | 0.53% | - |
| HSV(B) | 174º | 0.07% | 0.55% | - |
| XYZ | 23.62 | 25.77 | 28.54 | - |
| YUV | 137.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 140 | 0.07 | 0 | 0.01 | 0.45 | 174 | 0.04 | 0.53 |
| Hex | 83 | 8D | 8C | 7 | 0 | 1 | 2D | AE | 4 | 35 |
| Octal | 203 | 215 | 214 | 7 | 0 | 1 | 55 | 256 | 4 | 65 |
| Binary | 10000011 | 10001101 | 10001100 | 111 | 0 | 1 | 101101 | 10101110 | 100 | 110101 |
Color Harmonies of #838D8C
Complementary color
Monochromatic Colors of #838D8C
Black with #838D8C
Text Example
Text Example
White with #838D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D8C; }
p { color: rgb(131,141,140); }
H1.HeaderClassName
{
color: #838D8C;
}
.AnyTagClassName
{
color: #838D8C;
}
</style>
background-color css
<style>
a { background-color: #838D8C; }
a { background-color: rgb(131,141,140); }
div.DivClassName
{
background-color: #838D8C;
}
.BgClassName
{
background-color: #838D8C;
}
</style>
border-color css
<style>
span { border-color: #838D8C; }
span { border-color: rgb(131,141,140); }
td.TdClassName
{
border-color: #838D8C;
}
.TagClassName
{
border-color: #838D8C;
}
</style>