#828987

Color #828987 Oslo Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oslo Grey #828987

Tints of Oslo Grey #828987

Color information

#828987 (or 0x828987) is unknown color: approx Oslo Grey. HEX triplet: 82, 89 and 87. RGB value is (130,137,135). Sum of RGB (Red+Green+Blue) = 130+137+135=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 137 - color contains mainly: green. Hex color #828987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828987 is #7D7678. Grayscale: #868686. Windows color (decimal): -8222329 or 8882562. OLE color: 8882562.

HSL color Cylindrical-coordinate representation of color #828987: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828987 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB130137135-
CMYK0.0500.010.46
HSL162.86º2.88%52.35%-
HSV(B)162.86º5.11%53.73%-
XYZ22.5224.3926.44-
YUV134.68128.18124.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=32.34%
G=34.08%
B=33.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371350.0500.010.46162.862.8852.35
Hex8289875012Ea3334
Octal20221120750156243364
Binary100000101000100110000111101011011101010001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828987; }

 p { color: rgb(130,137,135); }

 H1.HeaderClassName
 {
   color: #828987;
 }
 .AnyTagClassName
 {
   color: #828987;
 }
</style>
background-color css

<style>
 a { background-color: #828987; }

 a { background-color: rgb(130,137,135); }

 div.DivClassName
 {
   background-color: #828987;
 }
 .BgClassName
 {
   background-color: #828987;
 }
</style>
border-color css

<style>
 span { border-color: #828987; }

 span { border-color: rgb(130,137,135); }

 td.TdClassName
 {
   border-color: #828987;
 }
 .TagClassName
 {
   border-color: #828987;
 }
</style>