#838E8C

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

Shades of Oslo Grey #838E8C

Tints of Oslo Grey #838E8C

Color information

#838E8C (or 0x838E8C) is unknown color: approx Oslo Grey. HEX triplet: 83, 8E and 8C. RGB value is (131,142,140). Sum of RGB (Red+Green+Blue) = 131+142+140=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 142 - color contains mainly: green. Hex color #838E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E8C is #7C7173. Grayscale: #8A8A8A. Windows color (decimal): -8155508 or 9211523. OLE color: 9211523.

HSL color Cylindrical-coordinate representation of color #838E8C: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838E8C is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB131142140-
CMYK0.0800.010.44
HSL169.09º4.64%53.53%-
HSV(B)169.09º7.75%55.69%-
XYZ23.7726.0628.59-
YUV138.48128.86122.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=31.72%
G=34.38%
B=33.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311421400.0800.010.44169.094.6453.53
Hex838E8C8012Ca9536
Octal203216214100154251566
Binary10000011100011101000110010000110110010101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838E8C; }

 p { color: rgb(131,142,140); }

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

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

 a { background-color: rgb(131,142,140); }

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

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

 span { border-color: rgb(131,142,140); }

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