Html Css Color HEX #839392 Oslo Grey

📋 copy color: '#839392'

red 131 ◦ green 147 ◦ blue 146

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

Shades of Oslo Grey #839392

Tints of Oslo Grey #839392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.43%

R = 30.9%
G = 34.67%
B = 34.43%

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

#839392 (or 0x839392) is known color: Oslo Grey. HEX triplet: 83, 93 and 92. RGB value is (131,147,146). Sum of RGB (Red+Green+Blue) = 131+147+146=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #839392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839392 is #7C6C6D. Grayscale: #8E8E8E. Windows color (decimal): -8154222 or 9606019. OLE color: 9606019.

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

Color convert

RGB 131 147 146 -
CMYK 0.11 0 0.01 0.42
HSL 176.25º 0.07% 0.55% -
HSV(B) 176.25º 0.11% 0.58% -
XYZ 24.98 27.77 31.24 -
YUV 142.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 131 147 146 0.11 0 0.01 0.42 176.25 0.07 0.55
Hex 83 93 92 B 0 1 2A B0 7 37
Octal 203 223 222 13 0 1 52 260 7 67
Binary 10000011 10010011 10010010 1011 0 1 101010 10110000 111 110111

Color Harmonies of #839392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839392

Black with #839392

Text Example


Text Example

White with #839392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839392; }

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

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

background-color css

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

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

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

border-color css

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

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

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