Shades of Oslo Grey #848F90
Tints of Oslo Grey #848F90
RGB
CMYK
RGB Variations
Color information
#848F90 (or 0x848F90) is known color: Oslo Grey. HEX triplet: 84, 8F and 90. RGB value is (132,143,144). Sum of RGB (Red+Green+Blue) = 132+143+144=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 144 - color contains mainly: blue. Hex color #848F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848F90 is #7B706F. Grayscale: #8B8B8B. Windows color (decimal): -8089712 or 9473924. OLE color: 9473924.
HSL color Cylindrical-coordinate representation of color #848F90: hue angle of 185º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #848F90 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 144 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.44 |
| HSL | 185º | 0.05% | 0.54% | - |
| HSV(B) | 185º | 0.08% | 0.56% | - |
| XYZ | 24.37 | 26.56 | 30.23 | - |
| YUV | 139.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 144 | 0.08 | 0.01 | 0 | 0.44 | 185 | 0.05 | 0.54 |
| Hex | 84 | 8F | 90 | 8 | 1 | 0 | 2C | B9 | 5 | 36 |
| Octal | 204 | 217 | 220 | 10 | 1 | 0 | 54 | 271 | 5 | 66 |
| Binary | 10000100 | 10001111 | 10010000 | 1000 | 1 | 0 | 101100 | 10111001 | 101 | 110110 |
Color Harmonies of #848F90
Complementary color
Monochromatic Colors of #848F90
Black with #848F90
Text Example
Text Example
White with #848F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F90; }
p { color: rgb(132,143,144); }
H1.HeaderClassName
{
color: #848F90;
}
.AnyTagClassName
{
color: #848F90;
}
</style>
background-color css
<style>
a { background-color: #848F90; }
a { background-color: rgb(132,143,144); }
div.DivClassName
{
background-color: #848F90;
}
.BgClassName
{
background-color: #848F90;
}
</style>
border-color css
<style>
span { border-color: #848F90; }
span { border-color: rgb(132,143,144); }
td.TdClassName
{
border-color: #848F90;
}
.TagClassName
{
border-color: #848F90;
}
</style>