Shades of Oslo Grey #858E8F
Tints of Oslo Grey #858E8F
RGB
CMYK
RGB Variations
Color information
#858E8F (or 0x858E8F) is known color: Oslo Grey. HEX triplet: 85, 8E and 8F. RGB value is (133,142,143). Sum of RGB (Red+Green+Blue) = 133+142+143=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 143 - color contains mainly: blue. Hex color #858E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E8F is #7A7170. Grayscale: #8B8B8B. Windows color (decimal): -8024433 or 9408133. OLE color: 9408133.
HSL color Cylindrical-coordinate representation of color #858E8F: hue angle of 186º 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 #858E8F is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 143 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.44 |
| HSL | 186º | 0.04% | 0.54% | - |
| HSV(B) | 186º | 0.07% | 0.56% | - |
| XYZ | 24.3 | 26.32 | 29.79 | - |
| YUV | 139.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 143 | 0.07 | 0.01 | 0 | 0.44 | 186 | 0.04 | 0.54 |
| Hex | 85 | 8E | 8F | 7 | 1 | 0 | 2C | BA | 4 | 36 |
| Octal | 205 | 216 | 217 | 7 | 1 | 0 | 54 | 272 | 4 | 66 |
| Binary | 10000101 | 10001110 | 10001111 | 111 | 1 | 0 | 101100 | 10111010 | 100 | 110110 |
Color Harmonies of #858E8F
Complementary color
Monochromatic Colors of #858E8F
Black with #858E8F
Text Example
Text Example
White with #858E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E8F; }
p { color: rgb(133,142,143); }
H1.HeaderClassName
{
color: #858E8F;
}
.AnyTagClassName
{
color: #858E8F;
}
</style>
background-color css
<style>
a { background-color: #858E8F; }
a { background-color: rgb(133,142,143); }
div.DivClassName
{
background-color: #858E8F;
}
.BgClassName
{
background-color: #858E8F;
}
</style>
border-color css
<style>
span { border-color: #858E8F; }
span { border-color: rgb(133,142,143); }
td.TdClassName
{
border-color: #858E8F;
}
.TagClassName
{
border-color: #858E8F;
}
</style>