Shades of Oslo Grey #82928F
Tints of Oslo Grey #82928F
RGB
CMYK
RGB Variations
Color information
#82928F (or 0x82928F) is known color: Oslo Grey. HEX triplet: 82, 92 and 8F. RGB value is (130,146,143). Sum of RGB (Red+Green+Blue) = 130+146+143=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 146 - color contains mainly: green. Hex color #82928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82928F is #7D6D70. Grayscale: #8C8C8C. Windows color (decimal): -8220017 or 9409154. OLE color: 9409154.
HSL color Cylindrical-coordinate representation of color #82928F: hue angle of 168.75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #82928F is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 143 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.43 |
| HSL | 168.75º | 0.07% | 0.54% | - |
| HSV(B) | 168.75º | 0.11% | 0.57% | - |
| XYZ | 24.44 | 27.29 | 29.97 | - |
| YUV | 140.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 143 | 0.11 | 0 | 0.02 | 0.43 | 168.75 | 0.07 | 0.54 |
| Hex | 82 | 92 | 8F | B | 0 | 2 | 2B | A9 | 7 | 36 |
| Octal | 202 | 222 | 217 | 13 | 0 | 2 | 53 | 251 | 7 | 66 |
| Binary | 10000010 | 10010010 | 10001111 | 1011 | 0 | 10 | 101011 | 10101001 | 111 | 110110 |
Color Harmonies of #82928F
Complementary color
Monochromatic Colors of #82928F
Black with #82928F
Text Example
Text Example
White with #82928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82928F; }
p { color: rgb(130,146,143); }
H1.HeaderClassName
{
color: #82928F;
}
.AnyTagClassName
{
color: #82928F;
}
</style>
background-color css
<style>
a { background-color: #82928F; }
a { background-color: rgb(130,146,143); }
div.DivClassName
{
background-color: #82928F;
}
.BgClassName
{
background-color: #82928F;
}
</style>
border-color css
<style>
span { border-color: #82928F; }
span { border-color: rgb(130,146,143); }
td.TdClassName
{
border-color: #82928F;
}
.TagClassName
{
border-color: #82928F;
}
</style>