Shades of Oslo Grey #828F90
Tints of Oslo Grey #828F90
RGB
CMYK
RGB Variations
Color information
#828F90 (or 0x828F90) is known color: Oslo Grey. HEX triplet: 82, 8F and 90. RGB value is (130,143,144). Sum of RGB (Red+Green+Blue) = 130+143+144=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 144 - color contains mainly: blue. Hex color #828F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F90 is #7D706F. Grayscale: #8B8B8B. Windows color (decimal): -8220784 or 9473922. OLE color: 9473922.
HSL color Cylindrical-coordinate representation of color #828F90: hue angle of 184.29º 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 #828F90 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 144 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.44 |
| HSL | 184.29º | 0.06% | 0.54% | - |
| HSV(B) | 184.29º | 0.1% | 0.56% | - |
| XYZ | 24.06 | 26.4 | 30.21 | - |
| YUV | 139.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 144 | 0.10 | 0.01 | 0 | 0.44 | 184.29 | 0.06 | 0.54 |
| Hex | 82 | 8F | 90 | A | 1 | 0 | 2C | B8 | 6 | 36 |
| Octal | 202 | 217 | 220 | 12 | 1 | 0 | 54 | 270 | 6 | 66 |
| Binary | 10000010 | 10001111 | 10010000 | 1010 | 1 | 0 | 101100 | 10111000 | 110 | 110110 |
Color Harmonies of #828F90
Complementary color
Monochromatic Colors of #828F90
Black with #828F90
Text Example
Text Example
White with #828F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F90; }
p { color: rgb(130,143,144); }
H1.HeaderClassName
{
color: #828F90;
}
.AnyTagClassName
{
color: #828F90;
}
</style>
background-color css
<style>
a { background-color: #828F90; }
a { background-color: rgb(130,143,144); }
div.DivClassName
{
background-color: #828F90;
}
.BgClassName
{
background-color: #828F90;
}
</style>
border-color css
<style>
span { border-color: #828F90; }
span { border-color: rgb(130,143,144); }
td.TdClassName
{
border-color: #828F90;
}
.TagClassName
{
border-color: #828F90;
}
</style>