Shades of Oslo Grey #828987
Tints of Oslo Grey #828987
RGB
CMYK
RGB Variations
Color information
#828987 (or 0x828987) is known color: Oslo Grey. HEX triplet: 82, 89 and 87. RGB value is (130,137,135). Sum of RGB (Red+Green+Blue) = 130+137+135=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 137 - color contains mainly: green. Hex color #828987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828987 is #7D7678. Grayscale: #868686. Windows color (decimal): -8222329 or 8882562. OLE color: 8882562.
HSL color Cylindrical-coordinate representation of color #828987: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828987 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 135 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.46 |
| HSL | 162.86º | 0.03% | 0.52% | - |
| HSV(B) | 162.86º | 0.05% | 0.54% | - |
| XYZ | 22.52 | 24.39 | 26.44 | - |
| YUV | 134.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 135 | 0.05 | 0 | 0.01 | 0.46 | 162.86 | 0.03 | 0.52 |
| Hex | 82 | 89 | 87 | 5 | 0 | 1 | 2E | A3 | 3 | 34 |
| Octal | 202 | 211 | 207 | 5 | 0 | 1 | 56 | 243 | 3 | 64 |
| Binary | 10000010 | 10001001 | 10000111 | 101 | 0 | 1 | 101110 | 10100011 | 11 | 110100 |
Color Harmonies of #828987
Complementary color
Monochromatic Colors of #828987
Black with #828987
Text Example
Text Example
White with #828987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828987; }
p { color: rgb(130,137,135); }
H1.HeaderClassName
{
color: #828987;
}
.AnyTagClassName
{
color: #828987;
}
</style>
background-color css
<style>
a { background-color: #828987; }
a { background-color: rgb(130,137,135); }
div.DivClassName
{
background-color: #828987;
}
.BgClassName
{
background-color: #828987;
}
</style>
border-color css
<style>
span { border-color: #828987; }
span { border-color: rgb(130,137,135); }
td.TdClassName
{
border-color: #828987;
}
.TagClassName
{
border-color: #828987;
}
</style>