#8D9392

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

Shades of Oslo Grey #8D9392

Tints of Oslo Grey #8D9392

Color information

#8D9392 (or 0x8D9392) is unknown color: approx Oslo Grey. HEX triplet: 8D, 93 and 92. RGB value is (141,147,146). Sum of RGB (Red+Green+Blue) = 141+147+146=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9392 is #726C6D. Grayscale: #919191. Windows color (decimal): -7498862 or 9606029. OLE color: 9606029.

HSL color Cylindrical-coordinate representation of color #8D9392: hue angle of 170º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8D9392 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB141147146-
CMYK0.0400.010.42
HSL170º2.7%56.47%-
HSV(B)170º4.08%57.65%-
XYZ26.6128.6131.31-
YUV145.09128.51125.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 146 (57.42% from 255) = 33.64%
R=32.49%
G=33.87%
B=33.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471460.0400.010.421702.756.47
Hex8D93924012Aaa338
Octal21522322240152252370
Binary100011011001001110010010100011010101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D9392; }

 p { color: rgb(141,147,146); }

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

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

 a { background-color: rgb(141,147,146); }

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

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

 span { border-color: rgb(141,147,146); }

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