Shades of Oslo Grey #848E8D
Tints of Oslo Grey #848E8D
RGB
CMYK
RGB Variations
Color information
#848E8D (or 0x848E8D) is known color: Oslo Grey. HEX triplet: 84, 8E and 8D. RGB value is (132,142,141). Sum of RGB (Red+Green+Blue) = 132+142+141=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 142 - color contains mainly: green. Hex color #848E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848E8D is #7B7172. Grayscale: #8A8A8A. Windows color (decimal): -8089971 or 9277060. OLE color: 9277060.
HSL color Cylindrical-coordinate representation of color #848E8D: hue angle of 174º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #848E8D is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 141 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.44 |
| HSL | 174º | 0.04% | 0.54% | - |
| HSV(B) | 174º | 0.07% | 0.56% | - |
| XYZ | 24 | 26.17 | 28.99 | - |
| YUV | 138.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 141 | 0.07 | 0 | 0.01 | 0.44 | 174 | 0.04 | 0.54 |
| Hex | 84 | 8E | 8D | 7 | 0 | 1 | 2C | AE | 4 | 36 |
| Octal | 204 | 216 | 215 | 7 | 0 | 1 | 54 | 256 | 4 | 66 |
| Binary | 10000100 | 10001110 | 10001101 | 111 | 0 | 1 | 101100 | 10101110 | 100 | 110110 |
Color Harmonies of #848E8D
Complementary color
Monochromatic Colors of #848E8D
Black with #848E8D
Text Example
Text Example
White with #848E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E8D; }
p { color: rgb(132,142,141); }
H1.HeaderClassName
{
color: #848E8D;
}
.AnyTagClassName
{
color: #848E8D;
}
</style>
background-color css
<style>
a { background-color: #848E8D; }
a { background-color: rgb(132,142,141); }
div.DivClassName
{
background-color: #848E8D;
}
.BgClassName
{
background-color: #848E8D;
}
</style>
border-color css
<style>
span { border-color: #848E8D; }
span { border-color: rgb(132,142,141); }
td.TdClassName
{
border-color: #848E8D;
}
.TagClassName
{
border-color: #848E8D;
}
</style>