Html Css Color HEX #839291 Oslo Grey

📋 copy color: '#839291'

red 131 ◦ green 146 ◦ blue 145

#839291
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oslo Grey #839291

Tints of Oslo Grey #839291

RGB

 RED value IS 131 (51.56% from 255) = 31.04%

 GREEN value IS 146 (57.42% from 255) = 34.6%

 BLUE value IS 145 (57.03% from 255) = 34.36%

R = 31.04%
G = 34.6%
B = 34.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#839291 (or 0x839291) is known color: Oslo Grey. HEX triplet: 83, 92 and 91. RGB value is (131,146,145). Sum of RGB (Red+Green+Blue) = 131+146+145=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 146 - color contains mainly: green. Hex color #839291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839291 is #7C6D6E. Grayscale: #8D8D8D. Windows color (decimal): -8154479 or 9540227. OLE color: 9540227.

HSL color Cylindrical-coordinate representation of color #839291: hue angle of 176º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #839291 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 146 145 -
CMYK 0.10 0 0.01 0.43
HSL 176º 0.06% 0.54% -
HSV(B) 176º 0.1% 0.57% -
XYZ 24.75 27.43 30.78 -
YUV 141.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 131 146 145 0.10 0 0.01 0.43 176 0.06 0.54
Hex 83 92 91 A 0 1 2B B0 6 36
Octal 203 222 221 12 0 1 53 260 6 66
Binary 10000011 10010010 10010001 1010 0 1 101011 10110000 110 110110

Color Harmonies of #839291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839291

Black with #839291

Text Example


Text Example

White with #839291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839291; }

 p { color: rgb(131,146,145); }

 H1.HeaderClassName
 {
   color: #839291;
 }
 .AnyTagClassName
 {
   color: #839291;
 }
</style>

background-color css

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

 a { background-color: rgb(131,146,145); }

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

border-color css

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

 span { border-color: rgb(131,146,145); }

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