#839390

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

Shades of Oslo Grey #839390

Tints of Oslo Grey #839390

Color information

#839390 (or 0x839390) is unknown color: approx Oslo Grey. HEX triplet: 83, 93 and 90. RGB value is (131,147,144). Sum of RGB (Red+Green+Blue) = 131+147+144=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #839390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839390 is #7C6C6F. Grayscale: #8D8D8D. Windows color (decimal): -8154224 or 9474947. OLE color: 9474947.

HSL color Cylindrical-coordinate representation of color #839390: hue angle of 168.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839390 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB131147144-
CMYK0.1100.020.42
HSL168.75º6.9%54.51%-
HSV(B)168.75º10.88%57.65%-
XYZ24.8327.7130.42-
YUV141.87129.2120.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.04%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=31.04%
G=34.83%
B=34.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311471440.1100.020.42168.756.954.51
Hex839390B022Aa9737
Octal203223220130252251767
Binary100000111001001110010000101101010101010101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839390; }

 p { color: rgb(131,147,144); }

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

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

 a { background-color: rgb(131,147,144); }

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

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

 span { border-color: rgb(131,147,144); }

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