#8E9392

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

Shades of Oslo Grey #8E9392

Tints of Oslo Grey #8E9392

Color information

#8E9392 (or 0x8E9392) is unknown color: approx Oslo Grey. HEX triplet: 8E, 93 and 92. RGB value is (142,147,146). Sum of RGB (Red+Green+Blue) = 142+147+146=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9392 is #716C6D. Grayscale: #919191. Windows color (decimal): -7433326 or 9606030. OLE color: 9606030.

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

Color convert

RGB142147146-
CMYK0.0300.010.42
HSL168º2.26%56.67%-
HSV(B)168º3.4%57.65%-
XYZ26.7828.6931.32-
YUV145.39128.34125.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.64%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=32.64%
G=33.79%
B=33.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421471460.0300.010.421682.2656.67
Hex8E93923012Aa8239
Octal21622322230152250271
Binary10001110100100111001001011011010101010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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