Shades of Oslo Grey #839090
Tints of Oslo Grey #839090
RGB
CMYK
RGB Variations
Color information
#839090 (or 0x839090) is known color: Oslo Grey. HEX triplet: 83, 90 and 90. RGB value is (131,144,144). Sum of RGB (Red+Green+Blue) = 131+144+144=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #839090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839090 is #7C6F6F. Grayscale: #8C8C8C. Windows color (decimal): -8154992 or 9474179. OLE color: 9474179.
HSL color Cylindrical-coordinate representation of color #839090: hue angle of 180º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #839090 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 144 | 144 | - |
| CMYK | 0.09 | 0 | 0 | 0.44 |
| HSL | 180º | 0.06% | 0.54% | - |
| HSV(B) | 180º | 0.09% | 0.56% | - |
| XYZ | 24.37 | 26.79 | 30.27 | - |
| YUV | 140.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 144 | 0.09 | 0 | 0 | 0.44 | 180 | 0.06 | 0.54 |
| Hex | 83 | 90 | 90 | 9 | 0 | 0 | 2C | B4 | 6 | 36 |
| Octal | 203 | 220 | 220 | 11 | 0 | 0 | 54 | 264 | 6 | 66 |
| Binary | 10000011 | 10010000 | 10010000 | 1001 | 0 | 0 | 101100 | 10110100 | 110 | 110110 |
Color Harmonies of #839090
Complementary color
Monochromatic Colors of #839090
Black with #839090
Text Example
Text Example
White with #839090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839090; }
p { color: rgb(131,144,144); }
H1.HeaderClassName
{
color: #839090;
}
.AnyTagClassName
{
color: #839090;
}
</style>
background-color css
<style>
a { background-color: #839090; }
a { background-color: rgb(131,144,144); }
div.DivClassName
{
background-color: #839090;
}
.BgClassName
{
background-color: #839090;
}
</style>
border-color css
<style>
span { border-color: #839090; }
span { border-color: rgb(131,144,144); }
td.TdClassName
{
border-color: #839090;
}
.TagClassName
{
border-color: #839090;
}
</style>