Shades of Oslo Grey #828F8E
Tints of Oslo Grey #828F8E
RGB
CMYK
RGB Variations
Color information
#828F8E (or 0x828F8E) is known color: Oslo Grey. HEX triplet: 82, 8F and 8E. RGB value is (130,143,142). Sum of RGB (Red+Green+Blue) = 130+143+142=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 143 - color contains mainly: green. Hex color #828F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F8E is #7D7071. Grayscale: #8A8A8A. Windows color (decimal): -8220786 or 9342850. OLE color: 9342850.
HSL color Cylindrical-coordinate representation of color #828F8E: hue angle of 175.38º degrees, saturation: 0.05, 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 #828F8E is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 142 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.44 |
| HSL | 175.38º | 0.05% | 0.54% | - |
| HSV(B) | 175.38º | 0.09% | 0.56% | - |
| XYZ | 23.91 | 26.34 | 29.42 | - |
| YUV | 139 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 142 | 0.09 | 0 | 0.01 | 0.44 | 175.38 | 0.05 | 0.54 |
| Hex | 82 | 8F | 8E | 9 | 0 | 1 | 2C | AF | 5 | 36 |
| Octal | 202 | 217 | 216 | 11 | 0 | 1 | 54 | 257 | 5 | 66 |
| Binary | 10000010 | 10001111 | 10001110 | 1001 | 0 | 1 | 101100 | 10101111 | 101 | 110110 |
Color Harmonies of #828F8E
Complementary color
Monochromatic Colors of #828F8E
Black with #828F8E
Text Example
Text Example
White with #828F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F8E; }
p { color: rgb(130,143,142); }
H1.HeaderClassName
{
color: #828F8E;
}
.AnyTagClassName
{
color: #828F8E;
}
</style>
background-color css
<style>
a { background-color: #828F8E; }
a { background-color: rgb(130,143,142); }
div.DivClassName
{
background-color: #828F8E;
}
.BgClassName
{
background-color: #828F8E;
}
</style>
border-color css
<style>
span { border-color: #828F8E; }
span { border-color: rgb(130,143,142); }
td.TdClassName
{
border-color: #828F8E;
}
.TagClassName
{
border-color: #828F8E;
}
</style>