#818987

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

Shades of Oslo Grey #818987

Tints of Oslo Grey #818987

Color information

#818987 (or 0x818987) is unknown color: approx Oslo Grey. HEX triplet: 81, 89 and 87. RGB value is (129,137,135). Sum of RGB (Red+Green+Blue) = 129+137+135=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 137 - color contains mainly: green. Hex color #818987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818987 is #7E7678. Grayscale: #868686. Windows color (decimal): -8287865 or 8882561. OLE color: 8882561.

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

Color convert

RGB129137135-
CMYK0.0600.010.46
HSL165º3.28%52.16%-
HSV(B)165º5.84%53.73%-
XYZ22.3724.3126.43-
YUV134.38128.35124.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 135 (53.12% from 255) = 33.67%
R=32.17%
G=34.16%
B=33.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371350.0600.010.461653.2852.16
Hex8189876012Ea5334
Octal20121120760156245364
Binary100000011000100110000111110011011101010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818987; }

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

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

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

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

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

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

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

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