Shades of Oslo Grey #828B89
Tints of Oslo Grey #828B89
RGB
CMYK
RGB Variations
Color information
#828B89 (or 0x828B89) is known color: Oslo Grey. HEX triplet: 82, 8B and 89. RGB value is (130,139,137). Sum of RGB (Red+Green+Blue) = 130+139+137=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 139 - color contains mainly: green. Hex color #828B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B89 is #7D7476. Grayscale: #888888. Windows color (decimal): -8221815 or 9014146. OLE color: 9014146.
HSL color Cylindrical-coordinate representation of color #828B89: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828B89 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 137 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.45 |
| HSL | 166.67º | 0.04% | 0.53% | - |
| HSV(B) | 166.67º | 0.06% | 0.55% | - |
| XYZ | 22.95 | 25.02 | 27.29 | - |
| YUV | 136.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 137 | 0.06 | 0 | 0.01 | 0.45 | 166.67 | 0.04 | 0.53 |
| Hex | 82 | 8B | 89 | 6 | 0 | 1 | 2D | A7 | 4 | 35 |
| Octal | 202 | 213 | 211 | 6 | 0 | 1 | 55 | 247 | 4 | 65 |
| Binary | 10000010 | 10001011 | 10001001 | 110 | 0 | 1 | 101101 | 10100111 | 100 | 110101 |
Color Harmonies of #828B89
Complementary color
Monochromatic Colors of #828B89
Black with #828B89
Text Example
Text Example
White with #828B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B89; }
p { color: rgb(130,139,137); }
H1.HeaderClassName
{
color: #828B89;
}
.AnyTagClassName
{
color: #828B89;
}
</style>
background-color css
<style>
a { background-color: #828B89; }
a { background-color: rgb(130,139,137); }
div.DivClassName
{
background-color: #828B89;
}
.BgClassName
{
background-color: #828B89;
}
</style>
border-color css
<style>
span { border-color: #828B89; }
span { border-color: rgb(130,139,137); }
td.TdClassName
{
border-color: #828B89;
}
.TagClassName
{
border-color: #828B89;
}
</style>