Shades of Oslo Grey #838F90
Tints of Oslo Grey #838F90
RGB
CMYK
RGB Variations
Color information
#838F90 (or 0x838F90) is known color: Oslo Grey. HEX triplet: 83, 8F and 90. RGB value is (131,143,144). Sum of RGB (Red+Green+Blue) = 131+143+144=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 144 - color contains mainly: blue. Hex color #838F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F90 is #7C706F. Grayscale: #8B8B8B. Windows color (decimal): -8155248 or 9473923. OLE color: 9473923.
HSL color Cylindrical-coordinate representation of color #838F90: hue angle of 184.62º 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 #838F90 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 143 | 144 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.44 |
| HSL | 184.62º | 0.06% | 0.54% | - |
| HSV(B) | 184.62º | 0.09% | 0.56% | - |
| XYZ | 24.22 | 26.48 | 30.22 | - |
| YUV | 139.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 144 | 0.09 | 0.01 | 0 | 0.44 | 184.62 | 0.06 | 0.54 |
| Hex | 83 | 8F | 90 | 9 | 1 | 0 | 2C | B9 | 6 | 36 |
| Octal | 203 | 217 | 220 | 11 | 1 | 0 | 54 | 271 | 6 | 66 |
| Binary | 10000011 | 10001111 | 10010000 | 1001 | 1 | 0 | 101100 | 10111001 | 110 | 110110 |
Color Harmonies of #838F90
Complementary color
Monochromatic Colors of #838F90
Black with #838F90
Text Example
Text Example
White with #838F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838F90; }
p { color: rgb(131,143,144); }
H1.HeaderClassName
{
color: #838F90;
}
.AnyTagClassName
{
color: #838F90;
}
</style>
background-color css
<style>
a { background-color: #838F90; }
a { background-color: rgb(131,143,144); }
div.DivClassName
{
background-color: #838F90;
}
.BgClassName
{
background-color: #838F90;
}
</style>
border-color css
<style>
span { border-color: #838F90; }
span { border-color: rgb(131,143,144); }
td.TdClassName
{
border-color: #838F90;
}
.TagClassName
{
border-color: #838F90;
}
</style>