Shades of Oslo Grey #82908D
Tints of Oslo Grey #82908D
RGB
CMYK
RGB Variations
Color information
#82908D (or 0x82908D) is known color: Oslo Grey. HEX triplet: 82, 90 and 8D. RGB value is (130,144,141). Sum of RGB (Red+Green+Blue) = 130+144+141=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 144 - color contains mainly: green. Hex color #82908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82908D is #7D6F72. Grayscale: #8B8B8B. Windows color (decimal): -8220531 or 9277570. OLE color: 9277570.
HSL color Cylindrical-coordinate representation of color #82908D: hue angle of 167.14º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82908D is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 141 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.44 |
| HSL | 167.14º | 0.06% | 0.54% | - |
| HSV(B) | 167.14º | 0.1% | 0.56% | - |
| XYZ | 23.99 | 26.62 | 29.07 | - |
| YUV | 139.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 141 | 0.10 | 0 | 0.02 | 0.44 | 167.14 | 0.06 | 0.54 |
| Hex | 82 | 90 | 8D | A | 0 | 2 | 2C | A7 | 6 | 36 |
| Octal | 202 | 220 | 215 | 12 | 0 | 2 | 54 | 247 | 6 | 66 |
| Binary | 10000010 | 10010000 | 10001101 | 1010 | 0 | 10 | 101100 | 10100111 | 110 | 110110 |
Color Harmonies of #82908D
Complementary color
Monochromatic Colors of #82908D
Black with #82908D
Text Example
Text Example
White with #82908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82908D; }
p { color: rgb(130,144,141); }
H1.HeaderClassName
{
color: #82908D;
}
.AnyTagClassName
{
color: #82908D;
}
</style>
background-color css
<style>
a { background-color: #82908D; }
a { background-color: rgb(130,144,141); }
div.DivClassName
{
background-color: #82908D;
}
.BgClassName
{
background-color: #82908D;
}
</style>
border-color css
<style>
span { border-color: #82908D; }
span { border-color: rgb(130,144,141); }
td.TdClassName
{
border-color: #82908D;
}
.TagClassName
{
border-color: #82908D;
}
</style>