Shades of Oslo Grey #828C8D
Tints of Oslo Grey #828C8D
RGB
CMYK
RGB Variations
Color information
#828C8D (or 0x828C8D) is known color: Oslo Grey. HEX triplet: 82, 8C and 8D. RGB value is (130,140,141). Sum of RGB (Red+Green+Blue) = 130+140+141=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 141 - color contains mainly: blue. Hex color #828C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C8D is #7D7372. Grayscale: #898989. Windows color (decimal): -8221555 or 9276546. OLE color: 9276546.
HSL color Cylindrical-coordinate representation of color #828C8D: hue angle of 185.45º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #828C8D is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 141 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.45 |
| HSL | 185.45º | 0.05% | 0.53% | - |
| HSV(B) | 185.45º | 0.08% | 0.55% | - |
| XYZ | 23.39 | 25.43 | 28.87 | - |
| YUV | 137.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 141 | 0.08 | 0.01 | 0 | 0.45 | 185.45 | 0.05 | 0.53 |
| Hex | 82 | 8C | 8D | 8 | 1 | 0 | 2D | B9 | 5 | 35 |
| Octal | 202 | 214 | 215 | 10 | 1 | 0 | 55 | 271 | 5 | 65 |
| Binary | 10000010 | 10001100 | 10001101 | 1000 | 1 | 0 | 101101 | 10111001 | 101 | 110101 |
Color Harmonies of #828C8D
Complementary color
Monochromatic Colors of #828C8D
Black with #828C8D
Text Example
Text Example
White with #828C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C8D; }
p { color: rgb(130,140,141); }
H1.HeaderClassName
{
color: #828C8D;
}
.AnyTagClassName
{
color: #828C8D;
}
</style>
background-color css
<style>
a { background-color: #828C8D; }
a { background-color: rgb(130,140,141); }
div.DivClassName
{
background-color: #828C8D;
}
.BgClassName
{
background-color: #828C8D;
}
</style>
border-color css
<style>
span { border-color: #828C8D; }
span { border-color: rgb(130,140,141); }
td.TdClassName
{
border-color: #828C8D;
}
.TagClassName
{
border-color: #828C8D;
}
</style>