Html Css Color HEX #838B89 Oslo Grey

📋 copy color: '#838B89'

red 131 ◦ green 139 ◦ blue 137

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

Shades of Oslo Grey #838B89

Tints of Oslo Grey #838B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

 BLUE value IS 137 (53.91% from 255) = 33.66%

R = 32.19%
G = 34.15%
B = 33.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#838B89 (or 0x838B89) is known color: Oslo Grey. HEX triplet: 83, 8B and 89. RGB value is (131,139,137). Sum of RGB (Red+Green+Blue) = 131+139+137=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 139 - color contains mainly: green. Hex color #838B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B89 is #7C7476. Grayscale: #888888. Windows color (decimal): -8156279 or 9014147. OLE color: 9014147.

HSL color Cylindrical-coordinate representation of color #838B89: hue angle of 165º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #838B89 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 139 137 -
CMYK 0.06 0 0.01 0.45
HSL 165º 0.03% 0.53% -
HSV(B) 165º 0.06% 0.55% -
XYZ 23.11 25.1 27.29 -
YUV 136.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 131 139 137 0.06 0 0.01 0.45 165 0.03 0.53
Hex 83 8B 89 6 0 1 2D A5 3 35
Octal 203 213 211 6 0 1 55 245 3 65
Binary 10000011 10001011 10001001 110 0 1 101101 10100101 11 110101

Color Harmonies of #838B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838B89

Black with #838B89

Text Example


Text Example

White with #838B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,139,137); }

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

background-color css

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

 a { background-color: rgb(131,139,137); }

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

border-color css

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

 span { border-color: rgb(131,139,137); }

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