Shades of Oslo Grey #828B8A
Tints of Oslo Grey #828B8A
RGB
CMYK
RGB Variations
Color information
#828B8A (or 0x828B8A) is known color: Oslo Grey. HEX triplet: 82, 8B and 8A. RGB value is (130,139,138). Sum of RGB (Red+Green+Blue) = 130+139+138=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 139 - color contains mainly: green. Hex color #828B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B8A is #7D7475. Grayscale: #888888. Windows color (decimal): -8221814 or 9079682. OLE color: 9079682.
HSL color Cylindrical-coordinate representation of color #828B8A: hue angle of 173.33º 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 #828B8A is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 138 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.45 |
| HSL | 173.33º | 0.04% | 0.53% | - |
| HSV(B) | 173.33º | 0.06% | 0.55% | - |
| XYZ | 23.03 | 25.05 | 27.67 | - |
| YUV | 136.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 138 | 0.06 | 0 | 0.01 | 0.45 | 173.33 | 0.04 | 0.53 |
| Hex | 82 | 8B | 8A | 6 | 0 | 1 | 2D | AD | 4 | 35 |
| Octal | 202 | 213 | 212 | 6 | 0 | 1 | 55 | 255 | 4 | 65 |
| Binary | 10000010 | 10001011 | 10001010 | 110 | 0 | 1 | 101101 | 10101101 | 100 | 110101 |
Color Harmonies of #828B8A
Complementary color
Monochromatic Colors of #828B8A
Black with #828B8A
Text Example
Text Example
White with #828B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B8A; }
p { color: rgb(130,139,138); }
H1.HeaderClassName
{
color: #828B8A;
}
.AnyTagClassName
{
color: #828B8A;
}
</style>
background-color css
<style>
a { background-color: #828B8A; }
a { background-color: rgb(130,139,138); }
div.DivClassName
{
background-color: #828B8A;
}
.BgClassName
{
background-color: #828B8A;
}
</style>
border-color css
<style>
span { border-color: #828B8A; }
span { border-color: rgb(130,139,138); }
td.TdClassName
{
border-color: #828B8A;
}
.TagClassName
{
border-color: #828B8A;
}
</style>