Html Css Color HEX #839290 Oslo Grey

📋 copy color: '#839290'

red 131 ◦ green 146 ◦ blue 144

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

Shades of Oslo Grey #839290

Tints of Oslo Grey #839290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 31.12%
G = 34.68%
B = 34.2%

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

#839290 (or 0x839290) is known color: Oslo Grey. HEX triplet: 83, 92 and 90. RGB value is (131,146,144). Sum of RGB (Red+Green+Blue) = 131+146+144=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #839290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839290 is #7C6D6F. Grayscale: #8D8D8D. Windows color (decimal): -8154480 or 9474691. OLE color: 9474691.

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

Color convert

RGB 131 146 144 -
CMYK 0.10 0 0.01 0.43
HSL 172º 0.06% 0.54% -
HSV(B) 172º 0.1% 0.57% -
XYZ 24.67 27.4 30.37 -
YUV 141.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 131 146 144 0.10 0 0.01 0.43 172 0.06 0.54
Hex 83 92 90 A 0 1 2B AC 6 36
Octal 203 222 220 12 0 1 53 254 6 66
Binary 10000011 10010010 10010000 1010 0 1 101011 10101100 110 110110

Color Harmonies of #839290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839290

Black with #839290

Text Example


Text Example

White with #839290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839290; }

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

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

background-color css

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

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

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

border-color css

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

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

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