Html Css Color HEX #839391 Oslo Grey

📋 copy color: '#839391'

red 131 ◦ green 147 ◦ blue 145

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

Shades of Oslo Grey #839391

Tints of Oslo Grey #839391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

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

R = 30.97%
G = 34.75%
B = 34.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#839391 (or 0x839391) is known color: Oslo Grey. HEX triplet: 83, 93 and 91. RGB value is (131,147,145). Sum of RGB (Red+Green+Blue) = 131+147+145=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #839391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839391 is #7C6C6E. Grayscale: #8D8D8D. Windows color (decimal): -8154223 or 9540483. OLE color: 9540483.

HSL color Cylindrical-coordinate representation of color #839391: hue angle of 172.5º 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 #839391 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 147 145 -
CMYK 0.11 0 0.01 0.42
HSL 172.5º 0.07% 0.55% -
HSV(B) 172.5º 0.11% 0.58% -
XYZ 24.9 27.74 30.83 -
YUV 141.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 131 147 145 0.11 0 0.01 0.42 172.5 0.07 0.55
Hex 83 93 91 B 0 1 2A AC 7 37
Octal 203 223 221 13 0 1 52 254 7 67
Binary 10000011 10010011 10010001 1011 0 1 101010 10101100 111 110111

Color Harmonies of #839391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839391

Black with #839391

Text Example


Text Example

White with #839391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839391; }

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

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

background-color css

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

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

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

border-color css

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

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

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